Information about plays

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

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

{
    "id": 514989,
    "uri": "https://api.kexp.org/v2/plays/514989/?format=api",
    "airdate": "2002-02-06T17:54:00-08:00",
    "show": 8879,
    "show_uri": "https://api.kexp.org/v2/shows/8879/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217NNX55E0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217NNX55E0L._SL75_.jpg",
    "song": "Ooh Baby/Wrecking My Love Life",
    "track_id": "623a938e-f277-43b7-b39a-992fbe81338a",
    "recording_id": null,
    "artist": "Howlin' Wolf, Muddy Waters, Bo Diddley",
    "artist_ids": [
        "e17b2739-3f8c-40d7-8616-301576463db8"
    ],
    "album": "The Super Super Blues Band",
    "release_id": "d93820f9-ba76-4976-9346-2cfa74806b9a",
    "release_group_id": null,
    "labels": [
        "Checker"
    ],
    "label_ids": [
        "5916423d-19c2-490b-bcae-94e5a81061a0"
    ],
    "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"
}