Information about plays

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

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

{
    "id": 2682274,
    "uri": "https://api.kexp.org/v2/plays/2682274/?format=api",
    "airdate": "2020-01-05T01:26:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lord of Chains",
    "track_id": null,
    "recording_id": null,
    "artist": "midnight",
    "artist_ids": [
        "97fbb618-e9bb-4a78-91ad-504468e37446"
    ],
    "album": "Midnight",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "My Mind's Eye Records"
    ],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midnight will be releasing their latest album, Rebirth by Blasphemy on January 24th; https://kingsroadmerch.com/midnight/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}