Information about plays

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

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

{
    "id": 374820,
    "uri": "https://api.kexp.org/v2/plays/374820/?format=api",
    "airdate": "2019-08-31T11:11:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Sevana",
    "artist_ids": [
        "a70c1bbb-3ed6-43dd-9065-69bdba76c8bd"
    ],
    "album": "Nobody Man",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Easy Star Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sevana is part of the In Digg Nation Collective, the label and management company founded by Protoje. The single “Nobody Man” is available on all digital platforms. https://open.spotify.com/album/2MXoyH4SoCyj0Uub3Az1x0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}