Information about plays

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

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

{
    "id": 463334,
    "uri": "https://api.kexp.org/v2/plays/463334/?format=api",
    "airdate": "2001-09-06T04:33:45-07:00",
    "show": 7868,
    "show_uri": "https://api.kexp.org/v2/shows/7868/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nwCV6Mf3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nwCV6Mf3L._SL75_.jpg",
    "song": "20th Century Trip",
    "track_id": "94012517-b7c1-490c-8ab1-b64d69d935a2",
    "recording_id": null,
    "artist": "Feeder",
    "artist_ids": [
        "88a4cd4e-5dee-4153-8462-0d5e43c75f47"
    ],
    "album": "Polythene",
    "release_id": "5d67c139-642e-4aa6-bcac-dcf022cf31e0",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1998-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}