Information about plays

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

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

{
    "id": 414957,
    "uri": "https://api.kexp.org/v2/plays/414957/?format=api",
    "airdate": "2001-04-13T10:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j65sWfP9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j65sWfP9L._SL75_.jpg",
    "song": "Doin' Something",
    "track_id": "b6796c81-050d-4571-a20b-457de57ac402",
    "recording_id": null,
    "artist": "Soulive",
    "artist_ids": [
        "8b1bdf8a-69dc-4c73-b6f9-0ae6f9cdcd31"
    ],
    "album": "Doin' Something",
    "release_id": "533fd726-4db0-4fbc-973d-70fad466c575",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}