Information about plays

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

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

{
    "id": 374544,
    "uri": "https://api.kexp.org/v2/plays/374544/?format=api",
    "airdate": "2019-08-30T16:01:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm a Phreak",
    "track_id": "9a4d7c19-c78d-4741-aeee-ba39290f3ba2",
    "recording_id": null,
    "artist": "Lyrics Born",
    "artist_ids": [
        "3fafb3eb-bd69-4463-b6aa-bf88472b6089"
    ],
    "album": "Everywhere at Once",
    "release_id": "46a9eeb2-a928-47ea-b5f3-3912c1b35c38",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Peter Hilgendorf 's mixtape of favourite KEXP in-studios; you can watch video from this entry here: www.youtube.com/watch?v=KM3MqxdLk2Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}