Information about plays

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

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

{
    "id": 3568300,
    "uri": "https://api.kexp.org/v2/plays/3568300/?format=api",
    "airdate": "2025-10-22T01:04:15-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia600508.us.archive.org/6/items/mbid-4c579d07-0767-45d7-80ea-62f475261b08/mbid-4c579d07-0767-45d7-80ea-62f475261b08-14486706129_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/6/items/mbid-4c579d07-0767-45d7-80ea-62f475261b08/mbid-4c579d07-0767-45d7-80ea-62f475261b08-14486706129_thumb250.jpg",
    "song": "Waiting for the Bus",
    "track_id": "a4d7ffc6-25dd-4257-ab70-e96d8d8e6e1a",
    "recording_id": "8a8c7760-58df-4493-9f23-57533d8d1594",
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Add It Up (1981–1993)",
    "release_id": "4c579d07-0767-45d7-80ea-62f475261b08",
    "release_group_id": "c03aba2b-48ad-384b-b48a-de669eeffde7",
    "labels": [
        "Reprise Records",
        "Slash"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}