Information about plays

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

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

{
    "id": 376792,
    "uri": "https://api.kexp.org/v2/plays/376792/?format=api",
    "airdate": "2019-09-05T01:05:35-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slide Around",
    "track_id": null,
    "recording_id": null,
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "The Big Day",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feat. Lil Durk and Nicki Minaj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}