Information about plays

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

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

{
    "id": 416932,
    "uri": "https://api.kexp.org/v2/plays/416932/?format=api",
    "airdate": "2001-04-21T01:32:43-07:00",
    "show": 6958,
    "show_uri": "https://api.kexp.org/v2/shows/6958/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412C6KBA41L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412C6KBA41L._SL75_.jpg",
    "song": "Empire State (Son House in Excelsis)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mercury Rev",
    "artist_ids": [
        "7b1cf87e-c54f-4abc-893d-90245a31900d"
    ],
    "album": "See You on the Other Side",
    "release_id": "1cece17b-b49a-41ac-9384-4ee99b6c16c3",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}