Information about plays

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

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

{
    "id": 380002,
    "uri": "https://api.kexp.org/v2/plays/380002/?format=api",
    "airdate": "2019-09-12T12:52:48-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Gets Around",
    "track_id": "feda7174-f350-46d4-803e-e9274252f152",
    "recording_id": null,
    "artist": "Starcrawler",
    "artist_ids": [
        "6c11309a-264e-4d39-a4c6-6f028c6da747"
    ],
    "album": "She Gets Around",
    "release_id": "751a0788-7af1-449a-9484-d8a258fbdcfb",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2019-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Starcrawler will be at the Crocodile on Wednesday, October 9th. https://bit.ly/33GgJi0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}