Information about plays

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

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

{
    "id": 2682272,
    "uri": "https://api.kexp.org/v2/plays/2682272/?format=api",
    "airdate": "2020-01-05T01:18:57-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Incantation of Restoration",
    "track_id": "96ebbba9-1ed0-375b-9b40-46a2c3d2e7dd",
    "recording_id": null,
    "artist": "Convulse",
    "artist_ids": [
        "0654bc59-bbed-4197-a06e-140264566a4d"
    ],
    "album": "World Without God",
    "release_id": "31040c76-3a91-41f9-95f9-dc7a0f988ab6",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2010-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Convulse is currently looking for a record label to release their upcoming album, Deathstar.  The first digisingle will be released later this month; https://www.facebook.com/Convulse",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}