Information about plays

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

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

{
    "id": 3609003,
    "uri": "https://api.kexp.org/v2/plays/3609003/?format=api",
    "airdate": "2026-01-25T14:53:55-08:00",
    "show": 65752,
    "show_uri": "https://api.kexp.org/v2/shows/65752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Phone Me",
    "track_id": "9b2006da-3752-4511-9295-de567e750459",
    "recording_id": "769a8326-8c1f-4c4d-b5fc-bf7732bec839",
    "artist": "Mereba",
    "artist_ids": [
        "233f6da8-ad25-42e1-ad6a-81a3a4bfc194"
    ],
    "album": "The Breeze Grew a Fire",
    "release_id": "dbdbc5de-d5ab-4839-aa93-776560c71e33",
    "release_group_id": "bfd5a461-15cc-447b-9564-4abfff3d1235",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mereba.bandcamp.com/album/the-breeze-grew-a-fire\nhttps://www.merebamusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}