Information about plays

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

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

{
    "id": 3585360,
    "uri": "https://api.kexp.org/v2/plays/3585360/?format=api",
    "airdate": "2025-12-01T09:05:17-08:00",
    "show": 65261,
    "show_uri": "https://api.kexp.org/v2/shows/65261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motherland",
    "track_id": "0bfed72d-f82c-4d4e-8ca7-ea66b25ec7fe",
    "recording_id": "3c2c6503-f468-4263-a42b-f89ca4fb9b94",
    "artist": "The Brudi Brothers",
    "artist_ids": [
        "e4f19c6c-78ab-4c98-a3dd-e7446aa24f79"
    ],
    "album": "Motherland",
    "release_id": "0bc640a8-4409-42bf-b27f-7cf94411d4ac",
    "release_group_id": "f51c558a-fbe9-4829-a7be-2f91f1db1d33",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2025-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brudi Brothers will be a part of SMooCH this year. More info and tickets at https://smoochforkids.com/\n\n---\nhttps://thebrudibrothers.bandcamp.com/track/motherland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}