Information about plays

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

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

{
    "id": 3568424,
    "uri": "https://api.kexp.org/v2/plays/3568424/?format=api",
    "airdate": "2025-10-22T08:00:28-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Halleluja",
    "track_id": "33ea4c00-6a32-4e40-829f-5a70e4c17f5e",
    "recording_id": "9604f4ed-fe12-468a-b774-5976aadeebfe",
    "artist": "Barnet",
    "artist_ids": [
        "af106b57-b98a-4916-86e6-f6a224f6b5eb"
    ],
    "album": "Galen och kär",
    "release_id": "d90bb11f-dc1f-47f6-b983-2aa1c0e0b571",
    "release_group_id": "101d8093-d31d-4896-9097-0b3bfa3f71bc",
    "labels": [
        "Sing a Song Fighter"
    ],
    "label_ids": [
        "9cf9c480-654b-4019-b61e-ddce26f3a43c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barnet makes dreamy Swedish music using three part harmony, synthesizers from the 80s, wobbly guitars, beats and some cornet and clarinet. The lyrics are about space, love, forests, madness, the sea, angels and happiness.\n\nhttps://barnet.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}