Information about plays

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

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

{
    "id": 506022,
    "uri": "https://api.kexp.org/v2/plays/506022/?format=api",
    "airdate": "2002-01-11T12:21:00-08:00",
    "show": 8702,
    "show_uri": "https://api.kexp.org/v2/shows/8702/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PhDm-4eAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PhDm-4eAL._SL75_.jpg",
    "song": "Deep Umbra",
    "track_id": "7d8e1733-853a-441b-a732-583cc33ad643",
    "recording_id": null,
    "artist": "Michael Shrieve",
    "artist_ids": [
        "3a0fbd71-4613-45e3-bbe2-40752a0b69aa"
    ],
    "album": "Two Doors (disc 1: Deep Umbra)",
    "release_id": "e9c8a1a7-bdec-4e70-b802-23926569268b",
    "release_group_id": null,
    "labels": [
        "CMP"
    ],
    "label_ids": [
        "ebafc8c2-c447-41f1-8240-d17a0321d8c9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}