Information about plays

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

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

{
    "id": 369888,
    "uri": "https://api.kexp.org/v2/plays/369888/?format=api",
    "airdate": "2019-08-20T13:46:03-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/46985587-3cf8-41ae-8a06-3fec2518b5da/10965237506-250.jpg",
    "thumbnail_uri": "",
    "song": "Leave a Trace",
    "track_id": "1d447508-ef06-41fd-8474-4dba85ab6e7c",
    "recording_id": null,
    "artist": "CHVRCHΞS",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "Every Open Eye",
    "release_id": "46985587-3cf8-41ae-8a06-3fec2518b5da",
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy Chvrches' live performance of \"Leave a Trace\" in the KEXP studio in 2016:  https://www.youtube.com/watch?v=ipHpnzWiaNY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}