Information about plays

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

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

{
    "id": 532832,
    "uri": "https://api.kexp.org/v2/plays/532832/?format=api",
    "airdate": "2002-03-30T09:33:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Eyg2GAiBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Eyg2GAiBL._SL75_.jpg",
    "song": "Dr. Ring Ding",
    "track_id": "926480a4-4528-43ea-b585-9fbedc75cc70",
    "recording_id": null,
    "artist": "Roland Alphonso",
    "artist_ids": [
        "dc340029-a165-4139-a80e-e1cae33b37b9"
    ],
    "album": "Something Special: Ska Hot Shots",
    "release_id": "6006b201-9641-4f68-8e31-6ff005e2913d",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [
        "f276f83e-e35b-4767-ba67-904ecff2cab6"
    ],
    "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"
}