Information about plays

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

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

{
    "id": 3564838,
    "uri": "https://api.kexp.org/v2/plays/3564838/?format=api",
    "airdate": "2025-10-14T04:42:56-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia800402.us.archive.org/12/items/mbid-309d8662-df14-4d92-82e2-136726eea1ab/mbid-309d8662-df14-4d92-82e2-136726eea1ab-18245711256_thumb500.jpg",
    "thumbnail_uri": "https://ia600402.us.archive.org/12/items/mbid-309d8662-df14-4d92-82e2-136726eea1ab/mbid-309d8662-df14-4d92-82e2-136726eea1ab-18245711256_thumb250.jpg",
    "song": "Tell the Truth",
    "track_id": "8eff1683-4445-3de2-afe5-5d58fcc095f9",
    "recording_id": "717d995b-fdd8-43ff-a4c2-6909dc2395d1",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Otis! The Definitive Otis Redding",
    "release_id": "6a2687d1-523e-4b1b-998d-79c5ebd40078",
    "release_group_id": "fadcd83b-036f-3ec2-b112-461be5388301",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}