Information about plays

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

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

{
    "id": 468300,
    "uri": "https://api.kexp.org/v2/plays/468300/?format=api",
    "airdate": "2001-09-20T20:17:38-07:00",
    "show": 7966,
    "show_uri": "https://api.kexp.org/v2/shows/7966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41raDTwmP6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41raDTwmP6L._SL75_.jpg",
    "song": "22 Miles to Bristol",
    "track_id": "221d6c5d-3dfd-4e59-b13b-9a60dde094b9",
    "recording_id": null,
    "artist": "Greg Trooper",
    "artist_ids": [
        "ddaffd02-ebee-4b5d-98f5-155b5a892790"
    ],
    "album": "Popular Demons",
    "release_id": "4393c71b-2777-4823-b90f-c4d2a0d6ec8a",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "label_ids": [],
    "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"
}