Information about plays

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

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

{
    "id": 3596183,
    "uri": "https://api.kexp.org/v2/plays/3596183/?format=api",
    "airdate": "2025-12-26T07:53:48-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prizefighter",
    "track_id": "3d62e698-c568-350a-ba20-d51c837de91c",
    "recording_id": "ad995a07-980e-4983-a60e-53aa0ee13a96",
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Hombre Lobo: 12 Songs of Desire",
    "release_id": "22dec715-52fb-4c98-bbe4-fcb7b859f6f1",
    "release_group_id": "679b91b1-c84c-313b-8d8c-9116ea9e9d03",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2009-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EELS are an American rock band formed in Los Angeles, California by Mark Oliver Everett better known simply as \"E\".\n\nhttps://www.eelstheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}