Information about plays

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

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

{
    "id": 375280,
    "uri": "https://api.kexp.org/v2/plays/375280/?format=api",
    "airdate": "2019-09-01T14:55:32-07:00",
    "show": 6248,
    "show_uri": "https://api.kexp.org/v2/shows/6248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Runnin'",
    "track_id": "2a48939e-f92a-4161-91e0-4dab9099e24f",
    "recording_id": null,
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": "161567d7-e1bc-40f7-8d49-c9d8ea997e0d",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ah ah ah! Don't touch that dial, DJ Evie is up next!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}