Information about plays

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

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

{
    "id": 3550514,
    "uri": "https://api.kexp.org/v2/plays/3550514/?format=api",
    "airdate": "2025-09-08T16:38:24-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pictures of the Sea",
    "track_id": null,
    "recording_id": "41f4c897-810c-42a8-9107-89c0d22483ca",
    "artist": "Prommer & Barck",
    "artist_ids": [
        "d21693d5-2370-4e0a-ba62-fc4348640017"
    ],
    "album": "Alex and the Grizzly",
    "release_id": null,
    "release_group_id": "7d826c82-5548-4963-9f83-00e5c0abaac6",
    "labels": [
        "Derwin Recordings"
    ],
    "label_ids": [
        "54c6cc26-825b-4810-9171-fbd701d1230b"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "debut album from Prommer & Bark, a project created by Christian Promerer and Jazzanova central character Alex Bark.\n\nhttps://derwinrecordings.bandcamp.com/album/alex-and-the-grizzly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}