Information about plays

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

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

{
    "id": 3428282,
    "uri": "https://api.kexp.org/v2/plays/3428282/?format=api",
    "airdate": "2024-11-21T13:59:32-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turtle Walk",
    "track_id": null,
    "recording_id": "af72447e-42c1-4f0e-b1d0-c076051cfbae",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Hot Dog",
    "release_id": null,
    "release_group_id": "4b28ffc7-f314-3323-88f2-7acd31554ec9",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lou Donaldson used the varitone amplification system on his saxophone for this album. \n--\nThat's Ed Williams on trumpet here, Charles Earland on organ, and Leo Morris on drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}