Information about plays

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

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

{
    "id": 376368,
    "uri": "https://api.kexp.org/v2/plays/376368/?format=api",
    "airdate": "2019-09-04T03:30:14-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Always a Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Boundaries",
    "artist_ids": [
        "5812c8b0-3e8f-4981-9484-95566ab49116"
    ],
    "album": "Always a Way",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Boundaries via the Song of the Day on KEXP: https://www.kexp.org/podcasts/song-of-the-day/2019/7/3/boundaries-forgiver/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}