Information about plays

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

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

{
    "id": 3553787,
    "uri": "https://api.kexp.org/v2/plays/3553787/?format=api",
    "airdate": "2025-09-16T13:43:22-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get a Buzz",
    "track_id": "08f78d9c-3fb6-3027-bcf4-0f75640753c2",
    "recording_id": "6128d261-a60c-4b78-8441-8b7e32b22771",
    "artist": "The Pretty Things",
    "artist_ids": [
        "07deede6-db1d-4ede-b19e-5d46df592841"
    ],
    "album": "Cry to Me / Get a Buzz",
    "release_id": "5034d951-b6fe-4ee7-9c42-f7c90676e993",
    "release_group_id": "707122ee-1fb7-3c24-8bb5-986bc4808117",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Viv Prince, English drummer, known for his work with The Pretty Things.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}