Information about plays

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

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

{
    "id": 3596123,
    "uri": "https://api.kexp.org/v2/plays/3596123/?format=api",
    "airdate": "2025-12-26T04:44:27-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9bc9223-f8c3-4560-b205-60485dbabe0c/21743618149-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9bc9223-f8c3-4560-b205-60485dbabe0c/21743618149-250.jpg",
    "song": "Price of Livin'",
    "track_id": null,
    "recording_id": "f0a4a6d6-9a71-4944-bc95-8169ca53e127",
    "artist": "Da Grassroots feat. Mr. Roam",
    "artist_ids": [
        "f989a653-c7da-4217-9fd2-28cfcfcfcee1",
        "a3c2c13e-4bb5-40ed-999f-7d84003e673f"
    ],
    "album": "Passage Through Time",
    "release_id": null,
    "release_group_id": "ae621789-b691-3b58-9a1d-9e6db9fad6a3",
    "labels": [
        "Southpaw Chop"
    ],
    "label_ids": [
        "09f3bf40-0ea8-4634-bf51-d32e5197c33d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Toronto group, Seattle record label!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}