Information about plays

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

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

{
    "id": 2670713,
    "uri": "https://api.kexp.org/v2/plays/2670713/?format=api",
    "airdate": "2019-12-08T19:15:00-08:00",
    "show": 46105,
    "show_uri": "https://api.kexp.org/v2/shows/46105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rigor Mortis",
    "track_id": "72ca7f98-7510-3659-bf77-766cb2a3e755",
    "recording_id": null,
    "artist": "Cameo",
    "artist_ids": [
        "ef4d808a-2113-44c3-9b44-1b31f026ef1e"
    ],
    "album": "Cardiac Arrest",
    "release_id": "721529df-9592-40e1-8cb0-bfddf8240290",
    "release_group_id": null,
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}