Information about plays

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

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

{
    "id": 3551935,
    "uri": "https://api.kexp.org/v2/plays/3551935/?format=api",
    "airdate": "2025-09-12T02:52:10-07:00",
    "show": 64538,
    "show_uri": "https://api.kexp.org/v2/shows/64538/?format=api",
    "image_uri": "https://ia800206.us.archive.org/7/items/mbid-edb2e35d-8c28-408f-a1f8-2df99270c560/mbid-edb2e35d-8c28-408f-a1f8-2df99270c560-10097464094_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/7/items/mbid-edb2e35d-8c28-408f-a1f8-2df99270c560/mbid-edb2e35d-8c28-408f-a1f8-2df99270c560-10097464094_thumb250.jpg",
    "song": "Runaway",
    "track_id": "0026b8bf-374e-4b03-93a2-46c30f589d4a",
    "recording_id": "61c04242-df00-499d-bf55-503ecc5e631f",
    "artist": "AURORA",
    "artist_ids": [
        "484a4e90-6899-4e4b-a948-a2255d365340"
    ],
    "album": "Runaway",
    "release_id": "edb2e35d-8c28-408f-a1f8-2df99270c560",
    "release_group_id": "9b099b4d-e56b-4f32-8784-b1b93c31e913",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2015-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Alex and Alissa!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}