Information about plays

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

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

{
    "id": 3587571,
    "uri": "https://api.kexp.org/v2/plays/3587571/?format=api",
    "airdate": "2025-12-06T12:55:26-08:00",
    "show": 65305,
    "show_uri": "https://api.kexp.org/v2/shows/65305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Palms Will Smoke In Cold Air",
    "track_id": "6df03436-4901-4ecc-8095-23a5f731fdd6",
    "recording_id": "b5ab5aed-06b0-48da-8852-b6e8a2205ae3",
    "artist": "The Pica Beats",
    "artist_ids": [
        "4faddadd-d1f5-4541-ac46-16d63e8e308e"
    ],
    "album": "Better In Color",
    "release_id": "09be488c-9df5-418e-ac4e-6cb70273f08e",
    "release_group_id": "538fa7fa-1834-49ff-8280-d08d1eba43f6",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-09-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Pica Beats are a Portland band led by Ryan Barrett. \n\nThey played live on KEXP back in 2012: https://www.youtube.com/watch?v=DwpN12LW06U\n\nhttps://picabeats.bandcamp.com/\n\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}