Information about plays

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

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

{
    "id": 3603119,
    "uri": "https://api.kexp.org/v2/plays/3603119/?format=api",
    "airdate": "2026-01-11T15:40:01-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3a155d1-909b-4a48-a633-82a373b7a943/14729564254-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3a155d1-909b-4a48-a633-82a373b7a943/14729564254-250.jpg",
    "song": "Wasn't Tomorrow Wonderful?",
    "track_id": null,
    "recording_id": "a883733b-18a0-45c3-a036-0b6084199738",
    "artist": "The Waitresses",
    "artist_ids": [
        "8acd46ce-3c10-402e-9ede-676b31c837cb"
    ],
    "album": "Wasn’t Tomorrow Wonderful?",
    "release_id": null,
    "release_group_id": "2d4272ff-5caf-3f98-b0f8-e67c60ce9587",
    "labels": [
        "P‐VINE RECORDS"
    ],
    "label_ids": [
        "f349f4ac-7fda-4d25-93a9-f148f820e143"
    ],
    "release_date": "1982-01-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 44th anniversary to this 80's gem, released on this day in 1982!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}