Information about plays

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

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

{
    "id": 3603160,
    "uri": "https://api.kexp.org/v2/plays/3603160/?format=api",
    "airdate": "2026-01-11T17:41:01-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miss My Chance",
    "track_id": "826f84c3-1b4d-444e-9dc3-2096cb2a963b",
    "recording_id": "aace2b9d-21c7-484d-8457-8964d72d5d73",
    "artist": "DRAMA",
    "artist_ids": [
        "c3505299-5cb9-4a30-a7c8-e74d0aa3e1b0"
    ],
    "album": "Platonic Romance",
    "release_id": "40bbeaa5-0b25-4f3e-8478-68a53f6dbc76",
    "release_group_id": "75eaa419-795f-4ae8-98bc-db81ce19eb1c",
    "labels": [
        "AWAL Recordings"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068"
    ],
    "release_date": "2026-01-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}