Information about plays

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

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

{
    "id": 3563131,
    "uri": "https://api.kexp.org/v2/plays/3563131/?format=api",
    "airdate": "2025-10-09T19:03:47-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia800109.us.archive.org/20/items/mbid-80faf5b1-c924-4a26-828a-51fda53e27dc/mbid-80faf5b1-c924-4a26-828a-51fda53e27dc-4524361185_thumb500.jpg",
    "thumbnail_uri": "https://ia600109.us.archive.org/20/items/mbid-80faf5b1-c924-4a26-828a-51fda53e27dc/mbid-80faf5b1-c924-4a26-828a-51fda53e27dc-4524361185_thumb250.jpg",
    "song": "More Than This",
    "track_id": "12581a21-af59-4176-8755-90d35415f511",
    "recording_id": "282d0a5e-e008-4cd6-9fb0-b4b453cef53b",
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Avalon",
    "release_id": "a8b75767-e762-40a1-a58b-f15a0b18b65a",
    "release_group_id": "4b51d75c-ca0e-3ea7-9950-639eda1f7d1a",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#127 in our countdown of listener-voted favorite albums of all time...\n\nNamed after King Arthur’s final resting place of legend – described by Bryan Ferry as “the ultimate romantic fantasy” – there’s a kind of poetic justice to the fact that the last Roxy Music studio album became their most successful to date. \n\nhttps://www.roxymusic.co.uk/releases/avalon/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}