Information about plays

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

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

{
    "id": 482264,
    "uri": "https://api.kexp.org/v2/plays/482264/?format=api",
    "airdate": "2001-10-31T19:34:17-08:00",
    "show": 8233,
    "show_uri": "https://api.kexp.org/v2/shows/8233/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51m86gHy3EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51m86gHy3EL._SL75_.jpg",
    "song": "Moanin' at Midnight",
    "track_id": "488656e3-d231-473f-acb3-0fa91f1f4daf",
    "recording_id": null,
    "artist": "Howlin' Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "His Best",
    "release_id": "06325a5f-b742-4605-976d-d16ca409ac6e",
    "release_group_id": null,
    "labels": [
        "Chess Records"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1997-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}