Information about plays

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

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

{
    "id": 3500950,
    "uri": "https://api.kexp.org/v2/plays/3500950/?format=api",
    "airdate": "2025-05-13T18:51:48-07:00",
    "show": 63452,
    "show_uri": "https://api.kexp.org/v2/shows/63452/?format=api",
    "image_uri": "https://ia802209.us.archive.org/34/items/mbid-1d9d8be7-c5cf-4822-a7e9-55e665b6eb42/mbid-1d9d8be7-c5cf-4822-a7e9-55e665b6eb42-7497588359_thumb500.jpg",
    "thumbnail_uri": "https://ia802209.us.archive.org/34/items/mbid-1d9d8be7-c5cf-4822-a7e9-55e665b6eb42/mbid-1d9d8be7-c5cf-4822-a7e9-55e665b6eb42-7497588359_thumb250.jpg",
    "song": "After the Flood",
    "track_id": "8e7a1a97-f201-36b5-9627-122a5575367f",
    "recording_id": "d379d99f-bccb-4b14-8ce7-69d8cb74d6cf",
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "Laughing Stock",
    "release_id": "1d9d8be7-c5cf-4822-a7e9-55e665b6eb42",
    "release_group_id": "3e0de863-6232-3f43-b2a2-7cfbf71b99e9",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1991, Talk Talk's 'Laughing Stock' was the fifth and final album by this British art rock band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}