Information about plays

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

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

{
    "id": 3595112,
    "uri": "https://api.kexp.org/v2/plays/3595112/?format=api",
    "airdate": "2025-12-23T23:35:38-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody's Baby Now",
    "track_id": "fb23dde2-197c-38e8-bebe-8acb5b83c633",
    "recording_id": "2b489ad5-408d-4eb2-8f09-46887d83e044",
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Let Love In",
    "release_id": "e54dd5f8-9fc7-37ed-ae32-17fcee9f6fea",
    "release_group_id": "f369d4bf-71f1-31f5-9e01-ffdbf15acdbe",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1994-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}