Information about plays

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

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

{
    "id": 3523839,
    "uri": "https://api.kexp.org/v2/plays/3523839/?format=api",
    "airdate": "2025-07-07T09:00:55-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia601602.us.archive.org/12/items/mbid-cab1b686-a67d-4c5a-bd67-006c771c43be/mbid-cab1b686-a67d-4c5a-bd67-006c771c43be-9717290922_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/12/items/mbid-cab1b686-a67d-4c5a-bd67-006c771c43be/mbid-cab1b686-a67d-4c5a-bd67-006c771c43be-9717290922_thumb250.jpg",
    "song": "Can't Hardly Wait",
    "track_id": "b1ab407f-28a6-351e-93b1-14c5ed8169f4",
    "recording_id": "441af463-a332-47c7-a164-fa698da5fe3d",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Pleased to Meet Me",
    "release_id": "cab1b686-a67d-4c5a-bd67-006c771c43be",
    "release_group_id": "dc5f823b-976f-3ef5-86a7-d443966d212b",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Replacements released \"Pleased to Meet Me\" on this day in 1987!\n\nIt marked the fifth album release from the band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}