Information about plays

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

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

{
    "id": 451173,
    "uri": "https://api.kexp.org/v2/plays/451173/?format=api",
    "airdate": "2001-08-01T18:44:20-07:00",
    "show": 7630,
    "show_uri": "https://api.kexp.org/v2/shows/7630/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rhA%2BGltCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rhA%2BGltCL._SL75_.jpg",
    "song": "Good Road Camp Blues",
    "track_id": "615e770b-2975-4744-ad4a-2d5e1c6528bb",
    "recording_id": null,
    "artist": "Skip James",
    "artist_ids": [
        "f205743d-4441-471d-a3af-66f584738e29"
    ],
    "album": "Devil Got My Woman",
    "release_id": "07237449-5488-4be7-b772-1d048393ddee",
    "release_group_id": null,
    "labels": [
        "Vanguard Records"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}