Information about plays

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

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

{
    "id": 366211,
    "uri": "https://api.kexp.org/v2/plays/366211/?format=api",
    "airdate": "2019-08-12T02:32:50-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d35e29e-0ccb-435b-9232-f4e028100ef5/23539272473-250.jpg",
    "thumbnail_uri": "",
    "song": "Benzo",
    "track_id": "ca804fb7-67cf-418b-b5dd-65dddaa38819",
    "recording_id": null,
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Angel's Pulse",
    "release_id": "9d35e29e-0ccb-435b-9232-f4e028100ef5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}