Information about plays

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

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

{
    "id": 3595713,
    "uri": "https://api.kexp.org/v2/plays/3595713/?format=api",
    "airdate": "2025-12-25T06:20:14-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://coverartarchive.org/release/982bf8e3-b530-4d37-b2db-ab7ed3e9a538/12472362031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/982bf8e3-b530-4d37-b2db-ab7ed3e9a538/12472362031-250.jpg",
    "song": "Christmas Will Be Just Another Lonely Day",
    "track_id": null,
    "recording_id": "efb6f867-0d21-4652-97a3-c16e6087002a",
    "artist": "Brenda Lee",
    "artist_ids": [
        "6ca4886a-8f77-4133-b404-46fb3908e24a"
    ],
    "album": "Merry Christmas From Brenda Lee",
    "release_id": null,
    "release_group_id": "d8699075-d5d1-4b3a-8db3-f23751c4873d",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1964-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded and released by Brenda Lee in 1964, \"Christmas Will Be Just Another Lonely Day\", serves as a melancholic contrast to her more upbeat holiday classic, \"Rockin' Around the Christmas Tree\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}