Information about plays

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

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

{
    "id": 3543964,
    "uri": "https://api.kexp.org/v2/plays/3543964/?format=api",
    "airdate": "2025-08-23T22:47:44-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0b0e7f0-998a-4f42-a0d0-25982372b9ac/31416013577-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0b0e7f0-998a-4f42-a0d0-25982372b9ac/31416013577-250.jpg",
    "song": "Fate",
    "track_id": null,
    "recording_id": "61091982-fe06-4220-a180-5ae5fbaa0303",
    "artist": "Boy Harsher",
    "artist_ids": [
        "6dc9bc09-a0c7-40f9-b491-f90845927533"
    ],
    "album": "Careful",
    "release_id": null,
    "release_group_id": "473c1534-3bf9-4ca3-b22f-1845e8ec4263",
    "labels": [
        "Nude Club"
    ],
    "label_ids": [
        "f7eb769a-6001-479a-959a-75789ec6258a"
    ],
    "release_date": "2019-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boy Harsher will be performing at Portola in SF on September 21st.\n\nhttps://boyharsher.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}