Information about plays

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

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

{
    "id": 460941,
    "uri": "https://api.kexp.org/v2/plays/460941/?format=api",
    "airdate": "2001-08-29T23:49:05-07:00",
    "show": 7823,
    "show_uri": "https://api.kexp.org/v2/shows/7823/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Beamer",
    "track_id": "ece28b43-9491-454c-bc34-8819562a4099",
    "recording_id": null,
    "artist": "Spacer",
    "artist_ids": [
        "9be1660b-e5b3-4ee0-9a93-b2740f02de6a"
    ],
    "album": "The Beamer",
    "release_id": "457016fa-a620-47dc-b93f-28e4c4ebc2cc",
    "release_group_id": null,
    "labels": [
        "Pussyfoot Records Ltd"
    ],
    "label_ids": [
        "34561703-957b-45c8-8a99-b960fe0bd5a0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}