Information about plays

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

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

{
    "id": 3613112,
    "uri": "https://api.kexp.org/v2/plays/3613112/?format=api",
    "airdate": "2026-02-04T12:30:10-08:00",
    "show": 65838,
    "show_uri": "https://api.kexp.org/v2/shows/65838/?format=api",
    "image_uri": "https://ia902901.us.archive.org/22/items/mbid-9ad8860f-6b97-49c8-a631-811ef3c4b5a7/mbid-9ad8860f-6b97-49c8-a631-811ef3c4b5a7-10428820326_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/22/items/mbid-9ad8860f-6b97-49c8-a631-811ef3c4b5a7/mbid-9ad8860f-6b97-49c8-a631-811ef3c4b5a7-10428820326_thumb250.jpg",
    "song": "Home",
    "track_id": "793f7a15-6384-3943-a77b-4291f714d6ce",
    "recording_id": "450e8e7b-8e76-46a9-befc-a72dfb718998",
    "artist": "Edward Sharpe and the Magnetic Zeros",
    "artist_ids": [
        "4a069029-4f64-4946-b650-01aeb0b55d9d"
    ],
    "album": "Up From Below",
    "release_id": "9ad8860f-6b97-49c8-a631-811ef3c4b5a7",
    "release_group_id": "c73f6578-c16e-4f81-910c-feb49e8f6afe",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2009-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Active from 2005 to 2016, this 10-piece band from LA were created their sound based on \"communal musical communities that peppered Southern California (specifically Laurel Canyon) with positive vibrations during the '60s and early '70s.\" https://tinyurl.com/2rcrndw5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}