Information about plays

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

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

{
    "id": 3595627,
    "uri": "https://api.kexp.org/v2/plays/3595627/?format=api",
    "airdate": "2025-12-25T02:23:08-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fccf457-7cb6-4d6c-8dff-919393fde5f6/17960159083-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fccf457-7cb6-4d6c-8dff-919393fde5f6/17960159083-250.jpg",
    "song": "White Christmas",
    "track_id": null,
    "recording_id": "e4048791-b749-43ae-b196-945acd0bf6e1",
    "artist": "The Drifters featuring Clyde McPhatter and Bill Pinkney",
    "artist_ids": [
        "9e2d3f58-0653-4007-bcb7-1746fcdd9363",
        "3c562ee6-4855-4a11-8411-5e9e6c10586a",
        "2ad4bbcc-8062-414a-8a80-184dcd7854d2"
    ],
    "album": "Soul Christmas",
    "release_id": null,
    "release_group_id": "a66981e6-1949-47de-9533-dc6016726695",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}