Information about plays

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

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

{
    "id": 371522,
    "uri": "https://api.kexp.org/v2/plays/371522/?format=api",
    "airdate": "2019-08-23T23:26:00-07:00",
    "show": 6186,
    "show_uri": "https://api.kexp.org/v2/shows/6186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rage",
    "track_id": "4ab0c835-79a7-4fc0-b83d-0041d2d2a014",
    "recording_id": null,
    "artist": "Rico Nasty",
    "artist_ids": [
        "f7d8f1ce-6a72-422a-b746-22137b3a05d0"
    ],
    "album": "Nasty",
    "release_id": "a97d5524-b76f-4a43-a0f5-8caf6a47a098",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rico Nasty and XanMan went to high school together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}