Information about plays

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

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

{
    "id": 478862,
    "uri": "https://api.kexp.org/v2/plays/478862/?format=api",
    "airdate": "2001-10-22T00:27:41-07:00",
    "show": 8172,
    "show_uri": "https://api.kexp.org/v2/shows/8172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MbCGGUtRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MbCGGUtRL._SL75_.jpg",
    "song": "Givin'em Rhythn",
    "track_id": null,
    "recording_id": null,
    "artist": "Def Jef",
    "artist_ids": [
        "42967657-cd85-434d-9e4f-784cf5a94a20"
    ],
    "album": "Just a Poet With Soul",
    "release_id": "42b00c09-ac0d-4a3d-bb73-d4be510271e2",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "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"
}