Information about plays

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

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

{
    "id": 1416007,
    "uri": "https://api.kexp.org/v2/plays/1416007/?format=api",
    "airdate": "2008-08-30T01:22:42-07:00",
    "show": 24696,
    "show_uri": "https://api.kexp.org/v2/shows/24696/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ReT7E1TJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ReT7E1TJL._SL75_.jpg",
    "song": "Deaf as a Bat",
    "track_id": null,
    "recording_id": null,
    "artist": "The Jesus Lizard",
    "artist_ids": [
        "dfebd6c0-dae7-4cc8-a8e9-0dbaa382209f"
    ],
    "album": "Bang",
    "release_id": "0c4f151d-4161-4ab1-b204-abda6f34c8d5",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "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"
}