Information about plays

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

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

{
    "id": 453982,
    "uri": "https://api.kexp.org/v2/plays/453982/?format=api",
    "airdate": "2001-08-09T19:57:16-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dKQLCVRgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dKQLCVRgL._SL75_.jpg",
    "song": "One Good Year",
    "track_id": null,
    "recording_id": null,
    "artist": "Slaid Cleaves",
    "artist_ids": [
        "3f1aee2a-294c-4997-aed9-1c4ba1d984f7"
    ],
    "album": "Broke Down",
    "release_id": "b6832367-e907-4575-aac7-e95eb4e32980",
    "release_group_id": null,
    "labels": [
        "Philo"
    ],
    "label_ids": [
        "d476b74d-670d-44ab-be5c-2c17caea20a9"
    ],
    "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"
}