Information about plays

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

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

{
    "id": 378359,
    "uri": "https://api.kexp.org/v2/plays/378359/?format=api",
    "airdate": "2019-09-08T12:53:00-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Budos Rising",
    "track_id": "381cae2d-6afb-3bd4-b81c-3ef3ca17a143",
    "recording_id": null,
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "The Budos Band II",
    "release_id": "e14e650f-24af-41cd-aa12-9d2e6f3a7586",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2007-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Budos Band stopped by KEXP in April to record a live performance. You can watch the it on our YouTube channel at https://www.youtube.com/watch?v=b-KK6X4xxGs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}