Information about plays

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

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

{
    "id": 420146,
    "uri": "https://api.kexp.org/v2/plays/420146/?format=api",
    "airdate": "2001-05-01T15:56:15-07:00",
    "show": 7030,
    "show_uri": "https://api.kexp.org/v2/shows/7030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Mother",
    "track_id": null,
    "recording_id": null,
    "artist": "Wagadu Gu",
    "artist_ids": [
        "5738d0e0-70d9-4519-86ce-c87ec3eb4598"
    ],
    "album": "Big Noise 2 compilation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}