Information about plays

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

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

{
    "id": 3641247,
    "uri": "https://api.kexp.org/v2/plays/3641247/?format=api",
    "airdate": "2026-04-12T16:04:07-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://coverartarchive.org/release/0555ef80-61a8-449b-90fc-00fc257d67ed/41973774112-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0555ef80-61a8-449b-90fc-00fc257d67ed/41973774112-250.jpg",
    "song": "Madwoman",
    "track_id": null,
    "recording_id": "15746ae3-7044-4d88-b508-317716d1d443",
    "artist": "Laufey",
    "artist_ids": [
        "21a89505-10a9-4ac0-8388-833bc07b9f86"
    ],
    "album": "A Matter of Time - The Final Hour",
    "release_id": null,
    "release_group_id": "25f42a82-3a74-4816-98e1-f79570fa363b",
    "labels": [
        "AWAL Recordings"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068"
    ],
    "release_date": "2026-04-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}