Information about plays

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

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

{
    "id": 3600796,
    "uri": "https://api.kexp.org/v2/plays/3600796/?format=api",
    "airdate": "2026-01-06T01:56:27-08:00",
    "show": 65576,
    "show_uri": "https://api.kexp.org/v2/shows/65576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BARBIE",
    "track_id": null,
    "recording_id": "2c3261f2-22c3-49a3-890e-2ab1fefa11fb",
    "artist": "454 & Surf Gang",
    "artist_ids": [
        "fbc87e6f-e9ee-47b6-ae59-abea98a40680",
        "d7c69035-c53d-4236-9b9a-f490ba5e61ef"
    ],
    "album": "FAST 5",
    "release_id": null,
    "release_group_id": "015715c8-3467-4d7e-bfd9-5f7278b7366b",
    "labels": [
        "Surf Gang Records"
    ],
    "label_ids": [
        "138be163-6bc7-45fb-9aba-7821946c5618"
    ],
    "release_date": "2023-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You know I miss your face, I keep a picture in my wallet...\"\n\nhttps://www.youtube.com/watch?v=3YNRpxmPI0w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}