Information about plays

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

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

{
    "id": 1276556,
    "uri": "https://api.kexp.org/v2/plays/1276556/?format=api",
    "airdate": "2007-09-07T22:25:00-07:00",
    "show": 22341,
    "show_uri": "https://api.kexp.org/v2/shows/22341/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YVECY2EZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YVECY2EZL._SL75_.jpg",
    "song": "Mask",
    "track_id": "f1833aa9-dde0-4593-9ea8-47e32c60fd89",
    "recording_id": null,
    "artist": "Rollins Band",
    "artist_ids": [
        "3ca37f23-fdce-49ce-86e2-134c9a17ebc5"
    ],
    "album": "Turned On",
    "release_id": "88decd04-c410-45f2-b3f7-36a4c9673701",
    "release_group_id": null,
    "labels": [
        "step 1"
    ],
    "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"
}