Information about plays

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

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

{
    "id": 534681,
    "uri": "https://api.kexp.org/v2/plays/534681/?format=api",
    "airdate": "2002-04-04T19:34:00-08:00",
    "show": 9262,
    "show_uri": "https://api.kexp.org/v2/shows/9262/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4177FDBKHRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4177FDBKHRL._SL75_.jpg",
    "song": "Send Me the Pillow That You Dream On",
    "track_id": null,
    "recording_id": null,
    "artist": "Hank Locklin",
    "artist_ids": [
        "c8d0d74b-80eb-4746-8cea-f5df78b4b90c"
    ],
    "album": "Please Help Me I'm Falling (disc 1)",
    "release_id": "30d54b9b-3497-4f77-ad6b-4e14a55177ba",
    "release_group_id": null,
    "labels": [
        "Charly"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}