Information about plays

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

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

{
    "id": 3551497,
    "uri": "https://api.kexp.org/v2/plays/3551497/?format=api",
    "airdate": "2025-09-11T01:12:06-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia803402.us.archive.org/34/items/mbid-bcfdb890-387c-4c44-86ae-f236f962f074/mbid-bcfdb890-387c-4c44-86ae-f236f962f074-8230407295_thumb500.jpg",
    "thumbnail_uri": "https://ia903402.us.archive.org/34/items/mbid-bcfdb890-387c-4c44-86ae-f236f962f074/mbid-bcfdb890-387c-4c44-86ae-f236f962f074-8230407295_thumb250.jpg",
    "song": "Indigo Meadow",
    "track_id": "0be24acc-8c98-3ba9-92cb-e7b69c69783e",
    "recording_id": "7d95c5d1-3cc5-469a-a1f1-765a8622457c",
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Indigo Meadow",
    "release_id": "bcfdb890-387c-4c44-86ae-f236f962f074",
    "release_group_id": "192b58b1-c269-4e81-86d7-ba7adc1cd027",
    "labels": [
        "Blue Horizon"
    ],
    "label_ids": [
        "36822cea-5590-4a9f-a415-267bea418484"
    ],
    "release_date": "2013-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indigo Meadow is the fourth studio album by American rock band the Black Angels. It was released on April 2, 2013",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}