Information about plays

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

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

{
    "id": 3593971,
    "uri": "https://api.kexp.org/v2/plays/3593971/?format=api",
    "airdate": "2025-12-21T10:01:01-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8a9029a-b5a0-485d-b753-c88a780ce5e3/25561224257-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8a9029a-b5a0-485d-b753-c88a780ce5e3/25561224257-250.jpg",
    "song": "I Hear Jingle Bells",
    "track_id": null,
    "recording_id": "0ed585f8-34b5-4dbd-aa01-b429dc26d97c",
    "artist": "Freddy King",
    "artist_ids": [
        "d6ae4b23-965f-485a-b2c2-66c43ffaef20"
    ],
    "album": "R&B Christmas Vol. 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gusto Records"
    ],
    "label_ids": [
        "cad3cb10-fda6-41b4-98d6-51da51722952"
    ],
    "release_date": "2018-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1961 B-side to “Christmas Tears” on Federal ; festively enough, he has been called one of blues guitar's “Three Kings” (along with Albert King and B.B. King)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}