Information about plays

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

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

{
    "id": 3572586,
    "uri": "https://api.kexp.org/v2/plays/3572586/?format=api",
    "airdate": "2025-11-01T12:23:40-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "6' Pole",
    "track_id": "33776ef1-325f-41f9-b4e0-34f67edd4e4b",
    "recording_id": "ded7de24-b65d-4683-b009-553b5465197e",
    "artist": "Safe Mind",
    "artist_ids": [
        "878018ee-7085-45a5-bd01-b07725ab7a6a"
    ],
    "album": "Cutting the Stone",
    "release_id": "6937d931-1fc5-42f5-9e79-387e4a72700a",
    "release_group_id": "98a5899f-83be-4a0a-b527-8f96970c027c",
    "labels": [
        "Nude Club"
    ],
    "label_ids": [
        "f7eb769a-6001-479a-959a-75789ec6258a"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Safe Mind is the project of Augustus Muller (of Boy Harsher) and Cooper B. Handy (of LUCY). ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}