Information about plays

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

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

{
    "id": 3564839,
    "uri": "https://api.kexp.org/v2/plays/3564839/?format=api",
    "airdate": "2025-10-14T04:45:58-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia601207.us.archive.org/3/items/mbid-7f84ec32-a252-3be6-a36e-d34a0da92d64/mbid-7f84ec32-a252-3be6-a36e-d34a0da92d64-3701408958_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/3/items/mbid-7f84ec32-a252-3be6-a36e-d34a0da92d64/mbid-7f84ec32-a252-3be6-a36e-d34a0da92d64-3701408958_thumb250.jpg",
    "song": "La La La Lies",
    "track_id": "66be6cd2-5019-3287-b2cb-b526a876c8d4",
    "recording_id": "5773da4d-f7b4-4e4c-ae91-d182424d1812",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "The Who Sings My Generation",
    "release_id": "7f84ec32-a252-3be6-a36e-d34a0da92d64",
    "release_group_id": "00c3da9f-309b-3f78-ba23-6a753fd6313d",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1988-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}