Information about plays

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

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

{
    "id": 3500790,
    "uri": "https://api.kexp.org/v2/plays/3500790/?format=api",
    "airdate": "2025-05-13T09:38:50-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://ia800409.us.archive.org/16/items/mbid-d0fde163-7bad-432e-925f-f29a0a8175a3/mbid-d0fde163-7bad-432e-925f-f29a0a8175a3-17731448312_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/16/items/mbid-d0fde163-7bad-432e-925f-f29a0a8175a3/mbid-d0fde163-7bad-432e-925f-f29a0a8175a3-17731448312_thumb250.jpg",
    "song": "Emily Kane",
    "track_id": "441d29ea-5937-363b-86a2-60dc45c01ed0",
    "recording_id": "83a6bc63-16b1-4af6-b3d2-26038e895950",
    "artist": "Art Brut",
    "artist_ids": [
        "1c89bbcc-a253-452a-9181-546eb536e06f"
    ],
    "album": "Bang Bang Rock & Roll",
    "release_id": "d0fde163-7bad-432e-925f-f29a0a8175a3",
    "release_group_id": "02525917-fe51-3d52-9b42-9faefb352b3e",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2006-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bang Bang Rock & Roll is the debut studio album by British rock band Art Brut. \n- http://www.artbrut.org.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}