Information about plays

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

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

{
    "id": 375560,
    "uri": "https://api.kexp.org/v2/plays/375560/?format=api",
    "airdate": "2019-09-02T09:20:00-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/b152df81-9311-4f9e-9eb6-659ade6a8c06/8512126596-250.jpg",
    "thumbnail_uri": "",
    "song": "Fool",
    "track_id": "17884f36-20be-47ba-b29e-ee7ad6914f89",
    "recording_id": null,
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "Too Bright",
    "release_id": "b152df81-9311-4f9e-9eb6-659ade6a8c06",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2014-09-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Two shows at the Moore, October 4 and 5 (Friday, Saturday) https://perfumegenius.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}