Information about plays

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

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

{
    "id": 3630808,
    "uri": "https://api.kexp.org/v2/plays/3630808/?format=api",
    "airdate": "2026-03-18T23:34:18-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "https://ia902804.us.archive.org/21/items/mbid-47349b48-0937-4519-88cc-20b6e47b1059/mbid-47349b48-0937-4519-88cc-20b6e47b1059-20674956488_thumb500.jpg",
    "thumbnail_uri": "https://dn710901.ca.archive.org/0/items/mbid-47349b48-0937-4519-88cc-20b6e47b1059/mbid-47349b48-0937-4519-88cc-20b6e47b1059-20674956488_thumb250.jpg",
    "song": "Let It Happen",
    "track_id": "71abde30-b8fc-42c1-9d61-7609f50b2107",
    "recording_id": "b85f7f6d-813a-4ebc-8a1d-5998ab02be9a",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Currents",
    "release_id": "47349b48-0937-4519-88cc-20b6e47b1059",
    "release_group_id": "08aa7a6c-3e43-4459-87b2-e47faf3a088a",
    "labels": [
        "Modular Recordings",
        "Interscope Records"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7",
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2015-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}