Information about plays

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

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

{
    "id": 377241,
    "uri": "https://api.kexp.org/v2/plays/377241/?format=api",
    "airdate": "2019-09-05T23:31:39-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/356b420d-254d-4ff0-973d-bc8d0f492e6a/19101569746-250.jpg",
    "thumbnail_uri": "",
    "song": "Strangers in the Wind",
    "track_id": "33c2064b-5694-3ce8-9d9e-ebb15b2b5142",
    "recording_id": null,
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "In Ghost Colours",
    "release_id": "356b420d-254d-4ff0-973d-bc8d0f492e6a",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In Ghost Colours is the second studio album by Australian electronic music band Cut Copy. It comprises 15 tracks, including a re-recorded version of the single \"Hearts on Fire\". The album was originally planned as an Australian release for 2007, but was delayed until 2008 to accommodate a simultaneous international release of the recording.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}