Information about plays

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

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

{
    "id": 534192,
    "uri": "https://api.kexp.org/v2/plays/534192/?format=api",
    "airdate": "2002-04-03T10:42:23-08:00",
    "show": 9254,
    "show_uri": "https://api.kexp.org/v2/shows/9254/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517ixtHQyFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517ixtHQyFL._SL75_.jpg",
    "song": "Armageddon Days Are Here (Again)",
    "track_id": null,
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Mind Bomb",
    "release_id": "492ab79b-97cc-47f1-9a51-877059c128e4",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1989-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}