Information about plays

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

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

{
    "id": 378741,
    "uri": "https://api.kexp.org/v2/plays/378741/?format=api",
    "airdate": "2019-09-09T12:52:00-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harlem River",
    "track_id": "4d328d22-ed7d-4fd0-ad45-4a689d5738bd",
    "recording_id": null,
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "Harlem River",
    "release_id": "d4c979c3-8752-4a71-8581-db6f66f1e2c4",
    "release_group_id": null,
    "labels": [
        "Woodsist"
    ],
    "label_ids": [],
    "release_date": "2013-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Morby came into KEXP earlier this year for a live in studio back on the 14th of May. You can check out the entire session  on youtube: https://www.youtube.com/watch?v=0cbRpsnhM58&t=8s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}