Information about plays

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

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

{
    "id": 3564841,
    "uri": "https://api.kexp.org/v2/plays/3564841/?format=api",
    "airdate": "2025-10-14T04:54:21-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia600500.us.archive.org/18/items/mbid-d78ada06-8d05-4180-b0e0-79ad7b416a07/mbid-d78ada06-8d05-4180-b0e0-79ad7b416a07-37407459546_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/18/items/mbid-d78ada06-8d05-4180-b0e0-79ad7b416a07/mbid-d78ada06-8d05-4180-b0e0-79ad7b416a07-37407459546_thumb250.jpg",
    "song": "You Lied to Me Before",
    "track_id": "3c3ee3ae-9d5f-32d0-89e7-fc573f736d90",
    "recording_id": "021e17e3-cf17-44b0-a300-655697e399aa",
    "artist": "Gore Gore Girls",
    "artist_ids": [
        "fad5159e-4844-44d0-8579-c5976b70e5de"
    ],
    "album": "Get the Gore",
    "release_id": "d78ada06-8d05-4180-b0e0-79ad7b416a07",
    "release_group_id": "27511085-c5c2-3a2f-89d4-658cd9117364",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2007-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}