Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3579750/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3579750,
    "uri": "https://api.kexp.org/v2/plays/3579750/?format=api",
    "airdate": "2025-11-18T07:37:52-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Me Two Times",
    "track_id": null,
    "recording_id": "1cb18dc9-6d27-4ffb-b2bd-13c58c865286",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "Strange Days",
    "release_id": null,
    "release_group_id": "9b1acd78-3d19-37bb-8ca0-5816d44da439",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1967-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Doors' second studio album 'Strange Days'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}