Information about plays

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

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

{
    "id": 3540243,
    "uri": "https://api.kexp.org/v2/plays/3540243/?format=api",
    "airdate": "2025-08-15T04:17:36-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia902909.us.archive.org/31/items/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42-10753401641_thumb500.jpg",
    "thumbnail_uri": "https://ia802909.us.archive.org/31/items/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42-10753401641_thumb250.jpg",
    "song": "A Real Hero",
    "track_id": "a136fbfe-96c0-47ff-891d-a78fe77082ef",
    "recording_id": "620adea0-6a59-4c6f-a389-7751ee531bc3",
    "artist": "College feat. Electric Youth",
    "artist_ids": [
        "a0b2868c-22c7-49eb-b227-3c4251a6c88f",
        "d41396da-ed4b-4d0a-a902-d4bcd39cef62"
    ],
    "album": "Drive: Original Motion Picture Soundtrack",
    "release_id": "e36680bb-a17f-4996-b7d5-1b3ca12eeb42",
    "release_group_id": "57dbf641-99ac-42f5-9981-5c11c0d1e48a",
    "labels": [
        "Lakeshore Records"
    ],
    "label_ids": [
        "7c4964d4-173c-4802-b7ef-8a20181c54f5"
    ],
    "release_date": "2011-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Real human bean? ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}