Information about plays

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

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

{
    "id": 375894,
    "uri": "https://api.kexp.org/v2/plays/375894/?format=api",
    "airdate": "2019-09-03T06:36:25-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/98f1a3a6-25e5-4df2-86c4-99cf053732be/19140080625-250.jpg",
    "thumbnail_uri": "",
    "song": "Miki Dora",
    "track_id": "e27a209a-63ec-427d-be5f-fff47aec33f5",
    "recording_id": null,
    "artist": "Amen Dunes",
    "artist_ids": [
        "c926bc4a-97c9-4412-b56e-7e5844f09579"
    ],
    "album": "Freedom",
    "release_id": "98f1a3a6-25e5-4df2-86c4-99cf053732be",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amen Dunes performed \"Miki Dora\" live in the KEXP studio on August 14, 2018. See it here: https://bit.ly/2QI6QKC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}