Information about plays

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

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

{
    "id": 3500944,
    "uri": "https://api.kexp.org/v2/plays/3500944/?format=api",
    "airdate": "2025-05-13T18:30:47-07:00",
    "show": 63452,
    "show_uri": "https://api.kexp.org/v2/shows/63452/?format=api",
    "image_uri": "https://ia801805.us.archive.org/20/items/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6-2587757525_thumb500.jpg",
    "thumbnail_uri": "https://ia601805.us.archive.org/20/items/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6/mbid-c91516a2-18ab-4b5b-8021-4b576e753da6-2587757525_thumb250.jpg",
    "song": "Reverence",
    "track_id": "c654d09a-3f45-3eb3-b4ae-01f3e9f58c76",
    "recording_id": "4d0483b1-706a-49f0-be47-71a5a06d9f6c",
    "artist": "Faithless",
    "artist_ids": [
        "23d9d74d-c95e-46a6-be26-a6075c49747a"
    ],
    "album": "Reverence",
    "release_id": "c91516a2-18ab-4b5b-8021-4b576e753da6",
    "release_group_id": "1bb277e1-20ed-399f-99f2-c97aea745092",
    "labels": [
        "Cheeky Records"
    ],
    "label_ids": [
        "a1a1d3ce-4a27-41da-ac03-ac1e58e72203"
    ],
    "release_date": "1996-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title track from the British elctronic band's debut album, see the official video here: \nhttps://www.youtube.com/watch?v=cyQ0s0J1fhY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}