Information about plays

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

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

{
    "id": 3584117,
    "uri": "https://api.kexp.org/v2/plays/3584117/?format=api",
    "airdate": "2025-11-28T14:24:36-08:00",
    "show": 65232,
    "show_uri": "https://api.kexp.org/v2/shows/65232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rated OG",
    "track_id": "eb8e6b73-ad39-4176-b2e3-080e4aeeb67b",
    "recording_id": "a7d23145-8526-46f3-8153-4dd56db363c8",
    "artist": "Tortoise",
    "artist_ids": [
        "e0953daa-860f-4dc8-9f1a-b12587cdaf17"
    ],
    "album": "Touch",
    "release_id": "b1cd9171-aea0-4ff2-95b0-5c41faf9e5ac",
    "release_group_id": "72a3632f-0466-4ce9-bc64-0ee5aff91d4a",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}