Information about plays

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

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

{
    "id": 3519758,
    "uri": "https://api.kexp.org/v2/plays/3519758/?format=api",
    "airdate": "2025-06-28T02:12:41-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f9e1a49-2f08-45d2-bcd2-21eb08fdfddb/37158392527-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f9e1a49-2f08-45d2-bcd2-21eb08fdfddb/37158392527-250.jpg",
    "song": "Fast Fall",
    "track_id": null,
    "recording_id": "32235832-7b29-4265-82e5-ebc6a228c720",
    "artist": "Eversines",
    "artist_ids": [
        "83b17aa4-96fd-4611-977e-673521a58d4a"
    ],
    "album": "Gaze EP",
    "release_id": null,
    "release_group_id": "5e03c7dd-b4b0-4924-a8f8-bc8a26e711dc",
    "labels": [
        "Kalahari Oyster Cult"
    ],
    "label_ids": [
        "cf653e41-1c04-4fe9-8cb6-d3a84586a0a3"
    ],
    "release_date": "2023-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kalaharioystercult.bandcamp.com/album/gaze",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}