Information about plays

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

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

{
    "id": 350960,
    "uri": "https://api.kexp.org/v2/plays/350960/?format=api",
    "airdate": "2019-07-06T18:24:15-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "http://coverartarchive.org/release/ee3dc88a-6d16-4626-a792-60de6e827e5d/18832275918-250.jpg",
    "thumbnail_uri": "",
    "song": "Out of Focus",
    "track_id": "38c10872-4688-3f39-957a-25a1cd00a7cc",
    "recording_id": null,
    "artist": "Love Battery",
    "artist_ids": [
        "20fa3e73-7ac4-4550-b9f5-6ac8c523bda5"
    ],
    "album": "Dayglo",
    "release_id": "ee3dc88a-6d16-4626-a792-60de6e827e5d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Please go visit Love Battery's streaming live performance here on KEXP: \nhttps://bit.ly/2LIL2On",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}