Information about plays

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

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

{
    "id": 3572685,
    "uri": "https://api.kexp.org/v2/plays/3572685/?format=api",
    "airdate": "2025-11-01T18:02:40-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "https://coverartarchive.org/release/b94562ad-6f01-4567-adc7-b65226a0cb79/19487372370-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b94562ad-6f01-4567-adc7-b65226a0cb79/19487372370-250.jpg",
    "song": "Modern Day Freak",
    "track_id": null,
    "recording_id": "5356eddf-9870-4c63-81fb-75010e8159da",
    "artist": "Makers",
    "artist_ids": [
        "bde9bb95-6eb9-4b9e-a09a-f61302c50552"
    ],
    "album": "The Sore Losers",
    "release_id": null,
    "release_group_id": "3217bda4-4430-325e-b2ca-388fa6c45285",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1997-04-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}