Information about plays

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

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

{
    "id": 2682273,
    "uri": "https://api.kexp.org/v2/plays/2682273/?format=api",
    "airdate": "2020-01-05T01:22:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cult of the Empty Grave",
    "track_id": "d79bf5b8-0473-4a06-b909-1aa067b3ed5a",
    "recording_id": null,
    "artist": "Barbarian",
    "artist_ids": [
        "d35b941f-985f-4921-8ad0-ab3d4f4b28e9"
    ],
    "album": "Cult of the Empty Grave",
    "release_id": "306bdac6-f585-479d-8d1b-8f8edcf1acf0",
    "release_group_id": null,
    "labels": [
        "Hells Headbangers Records"
    ],
    "label_ids": [],
    "release_date": "2016-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barbarian's latest release, To No God Shall I Kneel was featured on several Top Metal Albums of 2019 lists; https://www.facebook.com/barbarianmetal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}