Information about plays

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

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

{
    "id": 430917,
    "uri": "https://api.kexp.org/v2/plays/430917/?format=api",
    "airdate": "2001-06-03T14:07:03-07:00",
    "show": 7246,
    "show_uri": "https://api.kexp.org/v2/shows/7246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL._SL75_.jpg",
    "song": "Ain't Never Learned",
    "track_id": "158331b9-e507-4384-8427-7f864091df32",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Lara Croft: Tomb Raider",
    "release_id": "04c8bd8e-25d8-4e44-a53d-383d56af8310",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2001-06-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}