Information about plays

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

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

{
    "id": 415990,
    "uri": "https://api.kexp.org/v2/plays/415990/?format=api",
    "airdate": "2001-04-18T10:03:45-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4131QMK8TAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4131QMK8TAL._SL75_.jpg",
    "song": "Doing What They Tell You",
    "track_id": "4cddf868-f4bb-41fd-a1ca-35069b071af9",
    "recording_id": null,
    "artist": "Spanic Boys",
    "artist_ids": [
        "5b1dae0f-05fe-4506-a070-fe1947c40d4a"
    ],
    "album": "Torture",
    "release_id": "88b31fa0-f47c-4c6a-9044-3cfcb7753ae1",
    "release_group_id": null,
    "labels": [
        "Checkered Past"
    ],
    "label_ids": [],
    "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"
}