Information about plays

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

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

{
    "id": 419816,
    "uri": "https://api.kexp.org/v2/plays/419816/?format=api",
    "airdate": "2001-04-30T17:11:15-07:00",
    "show": 7022,
    "show_uri": "https://api.kexp.org/v2/shows/7022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XB034ND5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XB034ND5L._SL75_.jpg",
    "song": "10 Lbs.",
    "track_id": null,
    "recording_id": null,
    "artist": "The Delta 72",
    "artist_ids": [
        "0e1a1b82-904f-49b0-8955-086f0bf28afa"
    ],
    "album": "000",
    "release_id": "ed1c789e-dfaf-4ddf-b100-882b04a6a52d",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2000-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}