Information about plays

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

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

{
    "id": 534310,
    "uri": "https://api.kexp.org/v2/plays/534310/?format=api",
    "airdate": "2002-04-03T18:40:52-08:00",
    "show": 9256,
    "show_uri": "https://api.kexp.org/v2/shows/9256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AwRtt-XyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AwRtt-XyL._SL75_.jpg",
    "song": "Lafayette",
    "track_id": "e9ae411d-8e33-4513-a4f0-f659514e36b1",
    "recording_id": null,
    "artist": "Lucinda Williams ",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Happy Woman Blues",
    "release_id": "e267ca66-a2cc-46d7-8517-4554f641cf59",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}