Information about plays

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

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

{
    "id": 376799,
    "uri": "https://api.kexp.org/v2/plays/376799/?format=api",
    "airdate": "2019-09-05T01:28:02-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Westerners",
    "track_id": null,
    "recording_id": null,
    "artist": "Boy Harsher",
    "artist_ids": [],
    "album": "Country Girl Uncut",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nude Club"
    ],
    "label_ids": [
        "f7eb769a-6001-479a-959a-75789ec6258a"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Thursday, October 3rd at the Crocodile! - https://boyharsher.bandcamp.com/album/country-girl-uncut",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}