Information about plays

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

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

{
    "id": 3637784,
    "uri": "https://api.kexp.org/v2/plays/3637784/?format=api",
    "airdate": "2026-04-04T16:43:24-07:00",
    "show": 66366,
    "show_uri": "https://api.kexp.org/v2/shows/66366/?format=api",
    "image_uri": "https://ia801707.us.archive.org/33/items/mbid-93647371-e84e-4693-b817-e99a93323db7/mbid-93647371-e84e-4693-b817-e99a93323db7-44026364101_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-93647371-e84e-4693-b817-e99a93323db7/mbid-93647371-e84e-4693-b817-e99a93323db7-44026364101_thumb250.jpg",
    "song": "Discotraxx",
    "track_id": "1cdb6b15-c44a-4824-b869-8011d8bd68ea",
    "recording_id": "b4b86c79-3d54-4985-bccb-7ff19c3aae0a",
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "604",
    "release_id": "b511632e-8c07-477c-9166-3672343238ed",
    "release_group_id": "728114b0-6333-3835-9434-6686cef7f012",
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2001-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from Liverpool based electronic band Ladytron. https://www.ladytron.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}