Information about plays

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

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

{
    "id": 2680946,
    "uri": "https://api.kexp.org/v2/plays/2680946/?format=api",
    "airdate": "2020-01-01T19:40:11-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shallow",
    "track_id": "5a7c2f9c-ddb7-3f4d-8130-52c4214895f9",
    "recording_id": null,
    "artist": "Fred Eaglesmith",
    "artist_ids": [
        "2a04a833-2376-474d-846e-142e49167786"
    ],
    "album": "Cha Cha Cha",
    "release_id": "60492c49-2588-4031-b964-6af8992ede0a",
    "release_group_id": null,
    "labels": [
        "Lonesome Day Records"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 1/24 @ Tractor ; Text 206-903-5397 right now to win tickets to Fred’s show! Review of this album when it came out: http://lonestarmusicmagazine.com/fred-eaglesmith-cha-cha-cha ; https://www.fredeaglesmith.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}