Information about plays

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

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

{
    "id": 418664,
    "uri": "https://api.kexp.org/v2/plays/418664/?format=api",
    "airdate": "2001-04-27T02:27:16-07:00",
    "show": 6995,
    "show_uri": "https://api.kexp.org/v2/shows/6995/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R79QCNK6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R79QCNK6L._SL75_.jpg",
    "song": "A Little Change",
    "track_id": "41a9f984-857c-4f18-941f-1da4c188f6c3",
    "recording_id": null,
    "artist": "Zion I",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992"
    ],
    "album": "Mind Over Matter",
    "release_id": "82aa6d55-5a8e-4006-bbc1-57a788f917ec",
    "release_group_id": null,
    "labels": [
        "Ground Control Records"
    ],
    "label_ids": [
        "c3976601-7c9e-46f7-9540-1db9d5e747b3"
    ],
    "release_date": "2000-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}