Information about plays

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

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

{
    "id": 2680937,
    "uri": "https://api.kexp.org/v2/plays/2680937/?format=api",
    "airdate": "2020-01-01T19:10:24-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amber Jean",
    "track_id": "43dbb338-5b67-32a5-93c0-28c6f7ba5899",
    "recording_id": null,
    "artist": "Neil Young International Harvesters",
    "artist_ids": [],
    "album": "A Treasure",
    "release_id": "c8bc4273-8681-4537-aa52-e5bcb3c70524",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2011-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young's band in the '80s; this one was recorded from Neil's performance on the “Nashville Now” TV show in 1984 or ‘85 (video from that performance): https://www.youtube.com/watch?v=Pw-24evBDOM ; http://www.neilyoung.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}