Information about plays

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

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

{
    "id": 417456,
    "uri": "https://api.kexp.org/v2/plays/417456/?format=api",
    "airdate": "2001-04-23T15:04:00-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WN43KF76L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WN43KF76L._SL75_.jpg",
    "song": "Crossroads",
    "track_id": "71fc21d6-6559-4054-aa32-56cbfd472def",
    "recording_id": null,
    "artist": "Little Axe",
    "artist_ids": [
        "bef97ee3-daab-4a0f-9d0d-9dbf9fdd5b15"
    ],
    "album": "The Wolf That House Built",
    "release_id": "64d484c6-2860-421e-ae46-0dc506c15cba",
    "release_group_id": null,
    "labels": [
        "Okeh"
    ],
    "label_ids": [
        "968ea5bb-1662-4bcd-beea-9a97ba8b30ca"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}