Information about plays

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

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

{
    "id": 447240,
    "uri": "https://api.kexp.org/v2/plays/447240/?format=api",
    "airdate": "2001-07-21T04:00:00-07:00",
    "show": 7556,
    "show_uri": "https://api.kexp.org/v2/shows/7556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4183ZRYAWSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4183ZRYAWSL._SL75_.jpg",
    "song": "All Gates Open",
    "track_id": "3776f064-973d-4036-9f01-28488c403743",
    "recording_id": null,
    "artist": "CAN",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "CAN",
    "release_id": "996c63fc-4c09-454e-b1b5-8fcdd980b106",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}