Information about plays

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

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

{
    "id": 3593973,
    "uri": "https://api.kexp.org/v2/plays/3593973/?format=api",
    "airdate": "2025-12-21T10:07:20-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Celebration",
    "track_id": null,
    "recording_id": "a1797cc3-7355-4754-bea6-550d0aeab491",
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "A Christmas Celebration of Hope",
    "release_id": null,
    "release_group_id": "74e0a85f-51ab-380e-9dff-17486c5790e2",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1962 on Kent Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}