Information about plays

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

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

{
    "id": 3598487,
    "uri": "https://api.kexp.org/v2/plays/3598487/?format=api",
    "airdate": "2025-12-31T15:16:20-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Dream It's Over",
    "track_id": "922a2239-7b6c-3a95-a4cf-a2a74d93f8f8",
    "recording_id": "d05b668e-6732-4150-84fb-c41a8bacba35",
    "artist": "Crowded House",
    "artist_ids": [
        "9854d99f-d954-4c0f-9ae5-58a0cdd885f5"
    ],
    "album": "Crowded House",
    "release_id": "500a8eb2-2a77-3cb5-a149-4f2c12ddd44f",
    "release_group_id": "9fd1dad9-94a1-36f3-9288-33fdbbc6cc8c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"There is freedom within, there is freedom without\nTry to catch a deluge in a paper cup...\"  Here are the lyrics to this wonderful composition by Neil Finn: https://genius.com/Crowded-house-dont-dream-its-over-lyrics\n--\nSing along with Neil Finn during this live performance at the Sydney Opera House: https://www.youtube.com/watch?v=zguFTB8RuGM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}