Information about plays

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

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

{
    "id": 3604636,
    "uri": "https://api.kexp.org/v2/plays/3604636/?format=api",
    "airdate": "2026-01-15T10:03:06-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tough Guy",
    "track_id": "a325a262-d3dc-4352-9c27-3c936f9e1061",
    "recording_id": "93cd7167-707c-440f-971a-69afabb2bcd2",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "a1b805e1-c67e-4ef4-a9e3-9fc8c4570467",
    "release_group_id": "1134696c-1078-3c38-bcaa-4ee7c320670a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That'll wake you up! You're tuned into The Midday Show with the one and only Cheryl Waters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}