Information about plays

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

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

{
    "id": 348044,
    "uri": "https://api.kexp.org/v2/plays/348044/?format=api",
    "airdate": "2019-06-30T01:57:00-07:00",
    "show": 5799,
    "show_uri": "https://api.kexp.org/v2/shows/5799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summoning the Grotesque",
    "track_id": "4924b370-da32-4b3d-b576-47a3757a32f2",
    "recording_id": null,
    "artist": "Pink Mass",
    "artist_ids": [
        "999bcf52-1d06-4f01-94ad-0b0181099c0e"
    ],
    "album": "Slvt Kvlt",
    "release_id": "55f14c13-01ed-4c25-af30-f46f729d9a8b",
    "release_group_id": null,
    "labels": [
        "Horror Pain Gore Death Productions"
    ],
    "label_ids": [
        "2dbdf862-3c4c-47c8-b51a-17bb318c2f69"
    ],
    "release_date": "2016-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}