Information about plays

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

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

{
    "id": 3596493,
    "uri": "https://api.kexp.org/v2/plays/3596493/?format=api",
    "airdate": "2025-12-26T23:16:35-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamin’",
    "track_id": null,
    "recording_id": "f3370902-5d96-4099-aaf1-077dd98f2668",
    "artist": "Common & Pete Rock",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "39a973f2-0785-4ef6-90d9-551378864f89"
    ],
    "album": "The Auditorium, Vol. 1",
    "release_id": null,
    "release_group_id": "ff1a34ea-5589-42d5-a5a1-2b338c57c501",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2024 track contains samples of \"People Moving\" by Azar Lawrence, \"Day Dreaming\" by Aretha Franklin, \"Take Your Time (Do It Right)\" by The S.O.S. Band, \"Juicy\" .from The Notorious B.I.G., and \"Shook Ones Part II\" from Mobb Deep.\n\nhttps://www.commonandpeterock.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}