Information about plays

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

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

{
    "id": 416398,
    "uri": "https://api.kexp.org/v2/plays/416398/?format=api",
    "airdate": "2001-04-19T12:56:15-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yK4Z50zaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yK4Z50zaL._SL75_.jpg",
    "song": "You",
    "track_id": null,
    "recording_id": null,
    "artist": "The Swingin' Neckbreakers",
    "artist_ids": [
        "95bbf4a2-701a-4e38-9d1d-cd5456361f74"
    ],
    "album": "Live for Buzz",
    "release_id": "6931ed9c-fadd-4d2d-929c-dbe1fe1343f0",
    "release_group_id": null,
    "labels": [
        "Telstar Records"
    ],
    "label_ids": [
        "b1803f38-cba9-4695-a937-5bd27bdf443e"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}