Information about plays

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

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

{
    "id": 3554582,
    "uri": "https://api.kexp.org/v2/plays/3554582/?format=api",
    "airdate": "2025-09-18T11:32:05-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://ia801709.us.archive.org/30/items/mbid-490d7142-edda-4894-a0b4-dd8e8e7a6576/mbid-490d7142-edda-4894-a0b4-dd8e8e7a6576-14578961171_thumb500.jpg",
    "thumbnail_uri": "https://ia801709.us.archive.org/30/items/mbid-490d7142-edda-4894-a0b4-dd8e8e7a6576/mbid-490d7142-edda-4894-a0b4-dd8e8e7a6576-14578961171_thumb250.jpg",
    "song": "We Begged 2 Explode",
    "track_id": "5047b08d-3198-4db4-a73f-42dd1568bf2b",
    "recording_id": "5ecffc46-95ba-4574-8064-c91c6a3a78fd",
    "artist": "Jeff Rosenstock",
    "artist_ids": [
        "14892f45-a103-44f2-bb18-ee4a20d7876e"
    ],
    "album": "WORRY.",
    "release_id": "490d7142-edda-4894-a0b4-dd8e8e7a6576",
    "release_group_id": "a6bcea6d-c61c-4bb7-8de1-b2d8183a4aa1",
    "labels": [
        "SideOneDummy Records"
    ],
    "label_ids": [
        "b5e60f8b-601c-4ada-99d8-795f0ea9c231"
    ],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2016's 'Worry' is the second studio album from Jeff Rosenstock. It saw his greatest critical success to date, with numerous placements on year-end lists and previously unseen media exposure. The album addresses themes including urban gentrification, economic inequality and police brutality in the United States.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}