Information about plays

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

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

{
    "id": 3607579,
    "uri": "https://api.kexp.org/v2/plays/3607579/?format=api",
    "airdate": "2026-01-22T08:34:53-08:00",
    "show": 65722,
    "show_uri": "https://api.kexp.org/v2/shows/65722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remains",
    "track_id": "2845638b-9c75-31ef-8060-fabe2414bb95",
    "recording_id": "38b0644d-f291-4954-a3af-177cd6f5c209",
    "artist": "Young Fathers",
    "artist_ids": [
        "24aa5c20-a275-468a-93a9-b3d96b344b6c"
    ],
    "album": "Tape One",
    "release_id": "cdcbb2ae-d298-4562-a7cd-636ef6783358",
    "release_group_id": "37a7bb87-2b50-487b-9a4c-40c5c7496b28",
    "labels": [
        "anticon."
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": "2013-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2013, this album was re-released through Anticon after being originally independently released in 2011.\n--\nCheck out Young Fathers live on KEXP with Cheryl Waters in 2023:\n\nhttps://www.youtube.com/watch?v=_yHfko6Kz6k\n\nhttps://www.young-fathers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}