Information about plays

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

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

{
    "id": 3422125,
    "uri": "https://api.kexp.org/v2/plays/3422125/?format=api",
    "airdate": "2024-11-06T14:31:48-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://ia600908.us.archive.org/5/items/mbid-7758ecb3-eadb-49ee-998c-f439f4f12c4c/mbid-7758ecb3-eadb-49ee-998c-f439f4f12c4c-1816403489_thumb500.jpg",
    "thumbnail_uri": "https://ia600908.us.archive.org/5/items/mbid-7758ecb3-eadb-49ee-998c-f439f4f12c4c/mbid-7758ecb3-eadb-49ee-998c-f439f4f12c4c-1816403489_thumb250.jpg",
    "song": "Changes",
    "track_id": "2ad6ca87-9170-3fd9-8b3e-0c923753344e",
    "recording_id": "6b0df588-686d-4c89-97ce-ba1db77f5e56",
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "Greatest Hits",
    "release_id": "7758ecb3-eadb-49ee-998c-f439f4f12c4c",
    "release_group_id": "70e2423a-6a30-3ea0-a977-d1a21084f31a",
    "labels": [
        "Death Row Records",
        "Interscope Records"
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9",
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1998-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Changes\" contains samples of \"The Way It Is\" by Bruce Hornsby and the Range, \"Set It Off (Instrumental)\" by Strafe and \"I Wonder if Heaven Got a Ghetto\" by 2Pac himself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}