Information about plays

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

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

{
    "id": 3418766,
    "uri": "https://api.kexp.org/v2/plays/3418766/?format=api",
    "airdate": "2024-10-29T09:30:58-07:00",
    "show": 61706,
    "show_uri": "https://api.kexp.org/v2/shows/61706/?format=api",
    "image_uri": "https://ia802904.us.archive.org/23/items/mbid-04e7ea66-56dd-4ef5-b32c-38b9176ea2c2/mbid-04e7ea66-56dd-4ef5-b32c-38b9176ea2c2-29718847265_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/23/items/mbid-04e7ea66-56dd-4ef5-b32c-38b9176ea2c2/mbid-04e7ea66-56dd-4ef5-b32c-38b9176ea2c2-29718847265_thumb250.jpg",
    "song": "You’re Dead",
    "track_id": "f4dfdee7-84de-4e51-a873-59e0d94a6694",
    "recording_id": "727d4e99-51b2-4771-a795-b5a0a493b34d",
    "artist": "Norma Tanega",
    "artist_ids": [
        "6afd770e-8d2a-4243-b1fc-d9c22f11e428"
    ],
    "album": "Walkin' My Cat Named Dog",
    "release_id": "04e7ea66-56dd-4ef5-b32c-38b9176ea2c2",
    "release_group_id": "c0c69882-d4bc-3155-937f-578622f9468b",
    "labels": [
        "Real Gone Music"
    ],
    "label_ids": [
        "c4a2c17b-ec52-49dd-ae65-ce5519702f49"
    ],
    "release_date": "2021-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norma Cecilia Tanega was an American folk and pop singer-songwriter, painter, and experimental musician. In the 1960s, she had a hit with the single \"Walkin' My Cat Named Dog\" and wrote songs for Dusty Springfield and other prominent musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}