Information about plays

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

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

{
    "id": 3572806,
    "uri": "https://api.kexp.org/v2/plays/3572806/?format=api",
    "airdate": "2025-11-01T21:39:43-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1724978-02b2-416b-b3b6-9e2630cf289a/41129201357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1724978-02b2-416b-b3b6-9e2630cf289a/41129201357-250.jpg",
    "song": "Own Me",
    "track_id": null,
    "recording_id": "6fe72d08-ed0f-4c2e-a0bc-a9ce42be4ccf",
    "artist": "C.O.F.F.I.N",
    "artist_ids": [
        "d505ed6d-dfef-4eeb-b0f9-e9e3f561189b"
    ],
    "album": "Piss~Up",
    "release_id": null,
    "release_group_id": "7a8edcd8-ea20-429f-9208-7e2918df0ff7",
    "labels": [
        "Legless Records"
    ],
    "label_ids": [
        "4d7410fa-5246-447a-9a2a-b6075d0fcc2b"
    ],
    "release_date": "2018-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "C.O.F.F.I.N. = Children of Finland Fighting in Norway.\n\nhttps://www.coffinband.com/\nhttps://coffin-aus.bandcamp.com/\nhttps://www.facebook.com/coffin.aus/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}