Information about plays

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

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

{
    "id": 534765,
    "uri": "https://api.kexp.org/v2/plays/534765/?format=api",
    "airdate": "2002-04-05T00:42:26-08:00",
    "show": 9263,
    "show_uri": "https://api.kexp.org/v2/shows/9263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21CVW64W3HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21CVW64W3HL._SL75_.jpg",
    "song": "Lubricious Luce",
    "track_id": "34099908-8c10-4493-9714-556dae1b0d87",
    "recording_id": null,
    "artist": "Bullitnuts",
    "artist_ids": [
        "a3c76120-1ab3-48f6-8c18-96888a9eb03d"
    ],
    "album": "A Different Ball Game",
    "release_id": "bb5df783-dcb5-4841-8008-65176ea14ca2",
    "release_group_id": null,
    "labels": [
        "Pork Recordings"
    ],
    "label_ids": [
        "de66d862-ee44-4cd8-8435-709aa123eab3"
    ],
    "release_date": "1998-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}