Information about plays

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

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

{
    "id": 365497,
    "uri": "https://api.kexp.org/v2/plays/365497/?format=api",
    "airdate": "2019-08-10T06:23:00-07:00",
    "show": 6091,
    "show_uri": "https://api.kexp.org/v2/shows/6091/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Los Borrachos (I Don't Have Any Hope Left, but the Weather Is Nice)",
    "track_id": "61861ef4-4290-49b1-a832-324f998db1cf",
    "recording_id": null,
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "Teens of Style",
    "release_id": "81717a4f-4d8b-454e-bfcb-1951133db9c4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2015-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}