Information about plays

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

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

{
    "id": 371427,
    "uri": "https://api.kexp.org/v2/plays/371427/?format=api",
    "airdate": "2019-08-23T18:16:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Cities to Love",
    "track_id": "e33633b6-12d2-44a4-813f-e5b364a50684",
    "recording_id": null,
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "No Cities to Love",
    "release_id": "44d9c90e-d5c6-49cf-a303-7f43d0fd4df0",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2015-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Paramount on Sat/Sun Nov 23/24 in support of their latest album, \"The Center Won't Hold\" which dropped just last week. http://www.sleater-kinney.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}