Information about plays

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

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

{
    "id": 2680497,
    "uri": "https://api.kexp.org/v2/plays/2680497/?format=api",
    "airdate": "2019-12-31T18:08:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "En Ville Hest",
    "track_id": "48e29600-dcf0-3a59-8af7-d6033e7a631f",
    "recording_id": null,
    "artist": "Casiokids",
    "artist_ids": [
        "962355d5-eb90-46a9-bacd-e125ac0318ce"
    ],
    "album": "Topp stemning på lokal bar",
    "release_id": "576d61dd-e729-47c8-8bb7-5b5783f864e5",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [],
    "release_date": "2010-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Means \"A Wild Horse\". Casiokids are a Norwegian synthpop ensemble from Bergen, and Stavanger formed in 2005.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}