Information about plays

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

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

{
    "id": 3416614,
    "uri": "https://api.kexp.org/v2/plays/3416614/?format=api",
    "airdate": "2024-10-24T06:41:41-07:00",
    "show": 61658,
    "show_uri": "https://api.kexp.org/v2/shows/61658/?format=api",
    "image_uri": "https://ia801503.us.archive.org/23/items/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42-32304157656_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/23/items/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42-32304157656_thumb250.jpg",
    "song": "Runnin'",
    "track_id": "2a48939e-f92a-4161-91e0-4dab9099e24f",
    "recording_id": "f0de21cc-7e90-47bd-aacd-1b556ff31321",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": "161567d7-e1bc-40f7-8d49-c9d8ea997e0d",
    "release_group_id": "d0dc0be5-53ec-3810-8683-ba1dfac644f8",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!\n\nProduced by J Dilla, this 1995 Pharcyde track samples Stan Getz's 1963 bossa nova hit \"Saudade Vem Correndo\"  as well as James Moody and Woody Herman. It also samples \"Rock Box\" by Run-D.M.C.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}