Information about plays

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

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

{
    "id": 3438678,
    "uri": "https://api.kexp.org/v2/plays/3438678/?format=api",
    "airdate": "2024-12-16T03:03:42-08:00",
    "show": 62123,
    "show_uri": "https://api.kexp.org/v2/shows/62123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untitled Traditional Coast Salish Lullaby",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelly White",
    "artist_ids": [
        "76015617-c169-436f-aa22-e6e9a2bdf250"
    ],
    "album": "Under the Green Corn Moon - Native American Lullabies",
    "release_id": null,
    "release_group_id": "295afc8b-5fa0-3b90-9cf2-cb18227110dd",
    "labels": [
        "Silver Wave Records"
    ],
    "label_ids": [
        "65b10f32-61a1-4bcc-86bc-b33e589d6dd3"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coast Salish\n\nAn untitled traditional lullaby of the Coast Salish people.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}