Information about plays

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

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

{
    "id": 3414832,
    "uri": "https://api.kexp.org/v2/plays/3414832/?format=api",
    "airdate": "2024-10-19T21:44:51-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burned Out",
    "track_id": null,
    "recording_id": null,
    "artist": "The Drolls",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Snappy Little Numbers"
    ],
    "label_ids": [
        "2745ae04-541a-4b6c-bcbe-0b20f6192063"
    ],
    "release_date": "2024-06-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Drolls will be playing at The Kraken Bar and Lounge in Seattle on November 22nd with Night Court.\n\nhttps://thedrolls.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}