Information about plays

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

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

{
    "id": 3598345,
    "uri": "https://api.kexp.org/v2/plays/3598345/?format=api",
    "airdate": "2025-12-31T07:05:40-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My and Me",
    "track_id": "a2e74e70-4ee6-46b1-98ae-675ddcfe6fe1",
    "recording_id": "5d74dd32-238a-4ef0-ad81-366dfe08fae9",
    "artist": "Everything Is Recorded & Sampha & Laura Groves & Rickey Washington & Alabaster dePlume",
    "artist_ids": [
        "7ebd27c7-e4e9-43f7-99aa-e420b48b4973",
        "c2bb745c-1655-463e-aa24-8007578a2d49",
        "130c2184-14f2-4180-a216-04b5a333be57",
        "4c1d0414-f5d7-4882-92fc-ba2421b82d40",
        "52ad9817-8533-440d-871d-d9293a951249"
    ],
    "album": "Temporary",
    "release_id": "b1d884af-9c79-4473-a54d-02021efb55f0",
    "release_group_id": "fad32606-2619-4988-920c-3d979014c6fa",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Everything is Recorded is a collaborative music project centered around producer Richard Russell. This track finds Everything is Recorded collaborating with Sampha, Laura Groves, Rickey Washington, and Alabaster dePlume. \n\n'Temporary' is Everything Is Recorded's third studio album. You can buy it here: https://everythingisrecorded.bandcamp.com/album/temporary\n\nhttps://everythingisrecorded.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}