Information about plays

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

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

{
    "id": 376839,
    "uri": "https://api.kexp.org/v2/plays/376839/?format=api",
    "airdate": "2019-09-05T03:21:49-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Non-Stop",
    "track_id": null,
    "recording_id": null,
    "artist": "Chong the Nomad",
    "artist_ids": [],
    "album": "(Single)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Read up and listen to Seattle artist Chong the Nomad's new single here - https://www.thestranger.com/slog/2019/09/03/41279462/inbox-jukebox-track-of-the-day-the-top-flight-musique-concrete-of-non-stop-by-ingenious-seattle-producer-chong-the-nomad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}