Information about plays

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

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

{
    "id": 420154,
    "uri": "https://api.kexp.org/v2/plays/420154/?format=api",
    "airdate": "2001-05-01T16:23:20-07:00",
    "show": 7030,
    "show_uri": "https://api.kexp.org/v2/shows/7030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418ZM7NTD9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418ZM7NTD9L._SL75_.jpg",
    "song": "Wax and Wane",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "BBC Sessions (disc 1)",
    "release_id": "2f3c6542-20cc-4ecb-8945-8fe29057259f",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}