Information about plays

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

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

{
    "id": 1416742,
    "uri": "https://api.kexp.org/v2/plays/1416742/?format=api",
    "airdate": "2008-09-01T01:13:00-07:00",
    "show": 24711,
    "show_uri": "https://api.kexp.org/v2/shows/24711/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515V048uU9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515V048uU9L._SL75_.jpg",
    "song": "Devil's Got to Burn",
    "track_id": "8f9db512-f482-4982-b707-e6cc5c384968",
    "recording_id": null,
    "artist": "James Blood Ulmer",
    "artist_ids": [
        "a5209546-b1e8-449f-8b74-04ff88255f84"
    ],
    "album": "Birthright",
    "release_id": "0b053876-543a-4f22-891c-bc12d4648e0c",
    "release_group_id": null,
    "labels": [
        "HYENA Records"
    ],
    "label_ids": [
        "058766b8-4b5c-48c8-b176-a0f307ad8ba0"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}