Information about plays

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

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

{
    "id": 516802,
    "uri": "https://api.kexp.org/v2/plays/516802/?format=api",
    "airdate": "2002-02-12T00:46:00-08:00",
    "show": 8916,
    "show_uri": "https://api.kexp.org/v2/shows/8916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416CYFYJRNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416CYFYJRNL._SL75_.jpg",
    "song": "Blues Go Walking",
    "track_id": "8ae18350-4298-4dbc-85f4-82a936cd7009",
    "recording_id": null,
    "artist": "Greg Brown",
    "artist_ids": [
        "8d5521d6-473d-4da0-b68d-553d4188619d"
    ],
    "album": "Covenant",
    "release_id": "5a3756fd-d849-44a9-ab3b-ec1f8eccb303",
    "release_group_id": null,
    "labels": [
        "Red House"
    ],
    "label_ids": [],
    "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"
}