Information about plays

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

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

{
    "id": 2680949,
    "uri": "https://api.kexp.org/v2/plays/2680949/?format=api",
    "airdate": "2020-01-01T19:52:00-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can Have the Crown",
    "track_id": "f33cca74-9eaa-4fad-8734-2b8fc1a1aa79",
    "recording_id": null,
    "artist": "Sturgill Simpson",
    "artist_ids": [
        "f6e61750-a6b7-4d88-979b-052345cd0e4a"
    ],
    "album": "High Top Mountain",
    "release_id": "fce0b833-2b59-4add-9448-7bc3ebb9a9e1",
    "release_group_id": null,
    "labels": [
        "High Top Mountain Records"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sat 5/2 @ The Gorge (George, WA) ; Video live on KEXP from Pickathon in 2013, with Shakey Graves and Dale Watson: http://blog.kexp.org/2013/09/13/live-video-dale-watson-shakey-graves-sturgill-simpson-at-pickathon ; http://www.sturgillsimpson.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}