Information about plays

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

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

{
    "id": 3604579,
    "uri": "https://api.kexp.org/v2/plays/3604579/?format=api",
    "airdate": "2026-01-15T07:04:21-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Was Another Country",
    "track_id": "c32ddd51-653b-3d56-b20a-de1ce636911c",
    "recording_id": "5c5d4921-d0cb-47f2-8c3c-2790d4d6927c",
    "artist": "the innocence mission",
    "artist_ids": [
        "3d921e76-94c4-48c8-9f18-c2d96a8e53c9"
    ],
    "album": "Bright as Yellow",
    "release_id": "1f8fa2b8-6368-47d7-98dd-bc2a54ecaacb",
    "release_group_id": "6bf581d6-353b-3596-96d2-a538a4debe3c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You're my friend\nAre you alright?\n\nRowing out into the air\nDriving home, home from the bay\nAnd we sang, and he was fine\nAnd what is more, he was around\nThat was another country",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}