Information about plays

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

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

{
    "id": 3415034,
    "uri": "https://api.kexp.org/v2/plays/3415034/?format=api",
    "airdate": "2024-10-20T09:26:20-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Concrete and Barbed Wire",
    "track_id": null,
    "recording_id": null,
    "artist": "Bella White",
    "artist_ids": [
        "f198aec9-caa8-41db-a7b5-d41fb1d967d6"
    ],
    "album": "Concrete and Barbed Wire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Victoria, BC musician covers one of her favorite Lucinda Williams songs with Erin Rae and Buck Meek on backing vocals.\n\nhttps://bellawhitemusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}