Information about plays

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

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

{
    "id": 3547241,
    "uri": "https://api.kexp.org/v2/plays/3547241/?format=api",
    "airdate": "2025-08-31T16:54:51-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gold (For The Price Of Silver)",
    "track_id": "b19887aa-9fc7-30d5-94c8-be1634bff0f0",
    "recording_id": "ccc6a01f-a40d-4031-b26d-0c583bebf134",
    "artist": "Kings of Convenience vs. Erot",
    "artist_ids": [
        "3c79bfde-1992-42b1-84a1-110398023c8e",
        "cf0f4547-ffbd-4011-98ad-0bec9ba022db"
    ],
    "album": "Wall Of Sound Presents Tellé",
    "release_id": "3f15e7f4-13c3-4128-a67f-21f928b1fd4b",
    "release_group_id": "270042a0-739c-4f74-8e0b-fc36d8e6f144",
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kingsofconvenience.eu/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}