Information about plays

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

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

{
    "id": 370262,
    "uri": "https://api.kexp.org/v2/plays/370262/?format=api",
    "airdate": "2019-08-21T05:22:51-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gold Day",
    "track_id": "1ede92f3-b182-3780-a677-f9b014503c6d",
    "recording_id": null,
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "It’s a Wonderful Life",
    "release_id": "cd5985dc-c661-421b-9326-26921a82c0ac",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "2001-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}