Information about plays

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

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

{
    "id": 3548794,
    "uri": "https://api.kexp.org/v2/plays/3548794/?format=api",
    "airdate": "2025-09-04T10:25:54-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia803209.us.archive.org/19/items/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b-15145821412_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/19/items/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b/mbid-d1f74bdb-1cad-420e-bce8-cf8ce7d62f3b-15145821412_thumb250.jpg",
    "song": "Being No One, Going Nowhere",
    "track_id": "5006f786-fa71-48a0-b3cf-9584a404f596",
    "recording_id": "93760a8b-2b28-4d85-b0fa-04002026e6b3",
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Being No One, Going Nowhere",
    "release_id": "69649cc0-ddb7-47a6-b615-c4643484786d",
    "release_group_id": "2efea2fe-b9b0-4678-a74f-9e5915d65dc5",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This album was mainly written by Josh Hodges (better known as STRFKR), as he wandered around the sparsely beautiful Joshua Tree desert in California.  \n--\nHere's a Live on KEXP performance hosted by Cheryl from 2016: https://www.youtube.com/watch?v=RmMcNtxXZSg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}