Information about plays

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

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

{
    "id": 3575113,
    "uri": "https://api.kexp.org/v2/plays/3575113/?format=api",
    "airdate": "2025-11-07T12:21:26-08:00",
    "show": 65045,
    "show_uri": "https://api.kexp.org/v2/shows/65045/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tin Man",
    "track_id": "6c5d7001-b699-4592-bad2-515dd258ff4f",
    "recording_id": "b0534e08-bdcc-420b-9b88-febbf82c2bfe",
    "artist": "Feeble Little Horse",
    "artist_ids": [
        "56252a59-5731-4a3b-96d2-fea7fe88a5d6"
    ],
    "album": "Girl With Fish",
    "release_id": "b1178680-1e10-4da4-aba8-ccde7f9cb6e6",
    "release_group_id": "eb5864b7-84d7-4621-8f6f-96b71317f9ed",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2023-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feeble Little Horse will play in Seattle at Neumos this Sunday, November 9th!\n\nThis song from Pittsburgh quartet Feeble Little Horse was selected as a KEXP Song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2023/5/25/feeble-little-horse-tin-man/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}