Information about plays

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

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

{
    "id": 3522979,
    "uri": "https://api.kexp.org/v2/plays/3522979/?format=api",
    "airdate": "2025-07-05T13:25:06-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://ia803209.us.archive.org/7/items/mbid-87619398-42c9-42f7-87fe-96d1a44e5115/mbid-87619398-42c9-42f7-87fe-96d1a44e5115-40482423078_thumb500.jpg",
    "thumbnail_uri": "https://ia903209.us.archive.org/7/items/mbid-87619398-42c9-42f7-87fe-96d1a44e5115/mbid-87619398-42c9-42f7-87fe-96d1a44e5115-40482423078_thumb250.jpg",
    "song": "ELVIRA",
    "track_id": "ae52bbe5-7631-478d-9358-6fc32bb578a8",
    "recording_id": "56325ffb-5339-4a45-9107-6df39581814d",
    "artist": "TeZATalks",
    "artist_ids": [
        "f6633c1d-ff9b-4ac9-a3d8-b8c9b56a9aae"
    ],
    "album": "Black Girl American Horror Story",
    "release_id": "87619398-42c9-42f7-87fe-96d1a44e5115",
    "release_group_id": "fda3f33d-adf8-4142-a073-777628646d11",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}