Information about plays

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

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

{
    "id": 3598437,
    "uri": "https://api.kexp.org/v2/plays/3598437/?format=api",
    "airdate": "2025-12-31T12:29:26-08:00",
    "show": 65524,
    "show_uri": "https://api.kexp.org/v2/shows/65524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starmaniak",
    "track_id": "a45b6788-9a9a-462b-99cc-14baec8de3c5",
    "recording_id": "12d3eb33-013e-4942-9fd5-19e4e2b06466",
    "artist": "Crystal Murray",
    "artist_ids": [
        "28618ae8-bf38-45ab-8517-2fe79933aacf"
    ],
    "album": "Sad Lovers and Giants",
    "release_id": "302e3452-834c-4e82-a111-033ef57d2ea1",
    "release_group_id": "969feb6b-1c8b-4bf6-a0b5-b0d07919c810",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2024-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the debut full-length from the London-based French musician - https://crystalmurray.bandcamp.com/album/sad-lovers-and-giants",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}