Information about plays

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

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

{
    "id": 3524225,
    "uri": "https://api.kexp.org/v2/plays/3524225/?format=api",
    "airdate": "2025-07-08T06:48:30-07:00",
    "show": 63955,
    "show_uri": "https://api.kexp.org/v2/shows/63955/?format=api",
    "image_uri": "https://ia903205.us.archive.org/2/items/mbid-c15e9bc3-825f-41fe-9cd6-29d5e609450f/mbid-c15e9bc3-825f-41fe-9cd6-29d5e609450f-15330521512_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/2/items/mbid-c15e9bc3-825f-41fe-9cd6-29d5e609450f/mbid-c15e9bc3-825f-41fe-9cd6-29d5e609450f-15330521512_thumb250.jpg",
    "song": "Satellite",
    "track_id": "243e9264-987f-345e-8d55-3524965e55f1",
    "recording_id": "8038cce3-f643-4d74-af17-609dffd30d8e",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Young Liars",
    "release_id": "c15e9bc3-825f-41fe-9cd6-29d5e609450f",
    "release_group_id": "4d51381f-1599-3548-9b06-b0a15f5c7ae1",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2003-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2003 TV on the Radio released Young Liars, featuring Staring At The Sun and “Satellite”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}