Information about plays

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

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

{
    "id": 381477,
    "uri": "https://api.kexp.org/v2/plays/381477/?format=api",
    "airdate": "2019-09-16T04:59:56-07:00",
    "show": 6351,
    "show_uri": "https://api.kexp.org/v2/shows/6351/?format=api",
    "image_uri": "http://coverartarchive.org/release/dbf7a1c7-d89c-3823-b2d1-6cf2515e3c31/8173020368-250.jpg",
    "thumbnail_uri": "",
    "song": "Silently",
    "track_id": "9fe9c66d-9c8b-39ea-8344-8c6331bc98a6",
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "23",
    "release_id": "dbf7a1c7-d89c-3823-b2d1-6cf2515e3c31",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2007-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}