Information about plays

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

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

{
    "id": 3622504,
    "uri": "https://api.kexp.org/v2/plays/3622504/?format=api",
    "airdate": "2026-02-26T09:28:17-08:00",
    "show": 66034,
    "show_uri": "https://api.kexp.org/v2/shows/66034/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ratté - \"Smooth OpeRATTor\"",
    "track_id": "521d0a90-ee5e-4b51-89a2-c10449eec37c",
    "recording_id": "74d1e45a-2c72-4bda-bec8-d7c6349dd9d8",
    "artist": "Bill McClintock",
    "artist_ids": [
        "22034344-908b-483b-9260-24c10bc1342c"
    ],
    "album": "Ratté - \"Smooth OpeRATTor\"",
    "release_id": "dd312de5-801f-43ca-ac06-b0e8ab356eec",
    "release_group_id": "aee6635d-3212-4885-950a-037850356046",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bill McClintock's mashup of Sadé’s “Smooth Operator,” RATT’s “Round and Round,” and Santana’s “Black Magic Woman”:\n\nhttps://youtu.be/V1E4Qdrjxi0?si=58ie9uFFdHIaHaaL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}