Information about plays

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

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

{
    "id": 3600797,
    "uri": "https://api.kexp.org/v2/plays/3600797/?format=api",
    "airdate": "2026-01-06T01:58:32-08:00",
    "show": 65576,
    "show_uri": "https://api.kexp.org/v2/shows/65576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "FRIENDLY FIRE",
    "track_id": null,
    "recording_id": "6908dadd-3aa6-49f6-b8c8-9821b93d7a14",
    "artist": "John Glacier & Surf Gang",
    "artist_ids": [
        "34ebe14b-113c-4004-9625-77cb6b13b27d",
        "d7c69035-c53d-4236-9b9a-f490ba5e61ef"
    ],
    "album": "JGSG",
    "release_id": null,
    "release_group_id": "41ad7fc2-de6b-4744-bda7-5b0db8f6e47f",
    "labels": [
        "Surf Gang Records"
    ],
    "label_ids": [
        "138be163-6bc7-45fb-9aba-7821946c5618"
    ],
    "release_date": "2023-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://surfgang1.bandcamp.com/album/jgsg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}