Information about plays

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

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

{
    "id": 3626720,
    "uri": "https://api.kexp.org/v2/plays/3626720/?format=api",
    "airdate": "2026-03-08T10:08:09-07:00",
    "show": 66126,
    "show_uri": "https://api.kexp.org/v2/shows/66126/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fe48235-604a-4fa7-b3f7-05aa3f7b2213/18168529412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fe48235-604a-4fa7-b3f7-05aa3f7b2213/18168529412-250.jpg",
    "song": "You Turn Me On I’m a Radio",
    "track_id": null,
    "recording_id": "b7eceb5d-771b-43fc-a011-d72d344e195d",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "For the Roses",
    "release_id": null,
    "release_group_id": "a5b7d474-4a69-31fc-86c9-c14eb6a1f963",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1972-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you’re a record label and you ask Joni Mitchell to write a radio hit, this is what she writes for you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}