Information about plays

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

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

{
    "id": 3580023,
    "uri": "https://api.kexp.org/v2/plays/3580023/?format=api",
    "airdate": "2025-11-18T23:53:06-08:00",
    "show": 65149,
    "show_uri": "https://api.kexp.org/v2/shows/65149/?format=api",
    "image_uri": "https://ia800409.us.archive.org/35/items/mbid-1024e510-37d0-4f44-96ea-3299a032f9cc/mbid-1024e510-37d0-4f44-96ea-3299a032f9cc-35028873760_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-1024e510-37d0-4f44-96ea-3299a032f9cc/mbid-1024e510-37d0-4f44-96ea-3299a032f9cc-35028873760_thumb250.jpg",
    "song": "Watching Planes Go By",
    "track_id": "ea389981-d22d-4030-af09-f516600fd6fe",
    "recording_id": "e7a503dd-43f9-4509-9ef5-69916d677122",
    "artist": "Kassi Valazza",
    "artist_ids": [
        "7381403c-4cfa-40ad-98e7-bddf02aa569b"
    ],
    "album": "Kassi Valazza Knows Nothing",
    "release_id": "1024e510-37d0-4f44-96ea-3299a032f9cc",
    "release_group_id": "6fba34c3-3a2c-464e-9766-f6b12a76aefc",
    "labels": [
        "Fluff & Gravy"
    ],
    "label_ids": [
        "f9d66f9d-0070-4a6f-bbec-c06eb75c88a7"
    ],
    "release_date": "2023-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}