Information about plays

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

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

{
    "id": 447846,
    "uri": "https://api.kexp.org/v2/plays/447846/?format=api",
    "airdate": "2001-07-23T05:16:21-07:00",
    "show": 7571,
    "show_uri": "https://api.kexp.org/v2/shows/7571/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517Hm-2kFxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517Hm-2kFxL._SL75_.jpg",
    "song": "It's Your Thang",
    "track_id": "cb27337e-2533-424d-bbb6-30696f46f4a7",
    "recording_id": null,
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Cloud Nine / Puzzle People",
    "release_id": "1a49eec1-6ad7-4bd2-a53b-d09f7dc43204",
    "release_group_id": null,
    "labels": [
        "Motown"
    ],
    "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"
}