Information about plays

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

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

{
    "id": 415361,
    "uri": "https://api.kexp.org/v2/plays/415361/?format=api",
    "airdate": "2001-04-16T14:56:15-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NDVN3FZDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NDVN3FZDL._SL75_.jpg",
    "song": "Go",
    "track_id": "d5c8be20-2716-4613-a8df-c05b72d7b993",
    "recording_id": null,
    "artist": "Geggy Tah",
    "artist_ids": [
        "9a0117a8-6930-4bb0-9b7b-77362e2a1c6b"
    ],
    "album": "Grand Opening",
    "release_id": "6c333e63-f9e4-4d7c-91fb-6fc04f279adb",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}