Information about plays

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

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

{
    "id": 371461,
    "uri": "https://api.kexp.org/v2/plays/371461/?format=api",
    "airdate": "2019-08-23T20:11:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Work It",
    "track_id": "f7b55d3c-f519-4254-bd6c-4bb6a038b746",
    "recording_id": null,
    "artist": "Missy Elliott",
    "artist_ids": [],
    "album": "Under Construction",
    "release_id": "2a79b775-3b8f-46a0-aaad-007075363344",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "2002-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "So that part of the chorus that is played in reverse? Rather than being something risque, it is simply the other part of the chorus played backwards \"Ti dsrever dna, ti plif, nwod gniht ym tup.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}