Information about plays

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

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

{
    "id": 3593987,
    "uri": "https://api.kexp.org/v2/plays/3593987/?format=api",
    "airdate": "2025-12-21T10:45:20-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is Coming to Town",
    "track_id": null,
    "recording_id": "af503c39-f747-4660-b696-eb135fff782b",
    "artist": "Jimmy McGriff",
    "artist_ids": [
        "58f23499-f263-4772-9b7a-2f6cd2fe428f"
    ],
    "album": "Christmas with Jimmy McGriff",
    "release_id": null,
    "release_group_id": "2b7f4502-d1db-4be5-aaa5-caacfc1afc87",
    "labels": [
        "Sue Records Inc."
    ],
    "label_ids": [
        "af929a29-aa2e-41aa-9b21-f6e455737802"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The B-3 Hammond organ player from Philadelphia started out his career as a police officer before he found himself skipping work to practice the organ, eventually quitting to study at Julliard.\nhttps://www.bluenote.com/artist/jimmy-mcgriff",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}