Information about plays

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

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

{
    "id": 3546712,
    "uri": "https://api.kexp.org/v2/plays/3546712/?format=api",
    "airdate": "2025-08-30T13:05:54-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://ia801201.us.archive.org/19/items/mbid-a28453f5-7222-4be5-86ed-d3838bffb101/mbid-a28453f5-7222-4be5-86ed-d3838bffb101-11602828878_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/19/items/mbid-a28453f5-7222-4be5-86ed-d3838bffb101/mbid-a28453f5-7222-4be5-86ed-d3838bffb101-11602828878_thumb250.jpg",
    "song": "All the Young Dudes",
    "track_id": "d8988c9a-7962-338f-8122-6261c4e9f511",
    "recording_id": "b78040da-5ebd-40be-8bb0-f6efb0f284da",
    "artist": "Mott the Hoople",
    "artist_ids": [
        "435f1441-0f43-479d-92db-a506449a686b"
    ],
    "album": "Greatest Hits",
    "release_id": "656f52a0-176c-43db-b86f-90d053e44d7a",
    "release_group_id": "de1bcca7-211f-3a91-b054-eca3de149648",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Bowie wrote \"All the Young Dudes\" for Mott the Hoople.\n\nBowie produced the song, which he had given to the band after they rejected his \"Suffragette City\"!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}