Information about plays

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

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

{
    "id": 357064,
    "uri": "https://api.kexp.org/v2/plays/357064/?format=api",
    "airdate": "2019-07-21T00:12:00-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Canadian Metal",
    "track_id": "914e1651-a475-4fa7-8c70-ac21c0f6e609",
    "recording_id": null,
    "artist": "Darkthrone",
    "artist_ids": [
        "af8fd97c-db72-4e30-b2aa-30ebd0c4f1a0"
    ],
    "album": "F.O.A.D.",
    "release_id": "a00ba6fb-18e0-415d-a3ae-91d1d564c5ae",
    "release_group_id": null,
    "labels": [
        "Peaceville"
    ],
    "label_ids": [],
    "release_date": "2007-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norway; https://www.facebook.com/Darkthrone-101075189934422/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}