Information about plays

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

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

{
    "id": 369424,
    "uri": "https://api.kexp.org/v2/plays/369424/?format=api",
    "airdate": "2019-08-19T10:26:00-07:00",
    "show": 6160,
    "show_uri": "https://api.kexp.org/v2/shows/6160/?format=api",
    "image_uri": "http://coverartarchive.org/release/530c2280-c0f8-4fca-93e4-5ae85041eb8e/18012215223-250.jpg",
    "thumbnail_uri": "",
    "song": "Running",
    "track_id": "9e9a3ed1-4e4a-4d4c-9ed0-6fd42997b745",
    "recording_id": null,
    "artist": "Bully",
    "artist_ids": [
        "6d5c33ee-5357-4eee-8420-e50aec54982b"
    ],
    "album": "Losing",
    "release_id": "530c2280-c0f8-4fca-93e4-5ae85041eb8e",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bully was one of many Sub Pop artists who participated in SPF30 last summer in Seattle. KEXP has posted Live Video from Bully's (and others') performances here: https://www.kexp.org/subpop/. Enjoy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}