Information about plays

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

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

{
    "id": 3519805,
    "uri": "https://api.kexp.org/v2/plays/3519805/?format=api",
    "airdate": "2025-06-28T04:57:56-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia803200.us.archive.org/17/items/mbid-c06c34e8-15b5-4728-abfc-c7a4bca2c956/mbid-c06c34e8-15b5-4728-abfc-c7a4bca2c956-3981485392_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/17/items/mbid-c06c34e8-15b5-4728-abfc-c7a4bca2c956/mbid-c06c34e8-15b5-4728-abfc-c7a4bca2c956-3981485392_thumb250.jpg",
    "song": "Alive",
    "track_id": "891dec84-fb8e-4b85-b9d6-8b831d73202b",
    "recording_id": "009bf814-1f1f-4ecd-9ff9-38e62a313702",
    "artist": "Empire of the Sun",
    "artist_ids": [
        "ac7e838c-3d95-47c2-92a9-81767ad7c217"
    ],
    "album": "Ice on the Dune",
    "release_id": "c06c34e8-15b5-4728-abfc-c7a4bca2c956",
    "release_group_id": "a55c9a10-1010-46fb-9d9a-760ef8cf8603",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2013-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}