Information about plays

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

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

{
    "id": 2679698,
    "uri": "https://api.kexp.org/v2/plays/2679698/?format=api",
    "airdate": "2019-12-29T19:59:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At the Same Time",
    "track_id": "49e47037-37ec-4310-9b1b-89ceb1f2340b",
    "recording_id": null,
    "artist": "Wildcookie",
    "artist_ids": [
        "0771f50a-1be9-4a45-989e-3cea761b1ce1"
    ],
    "album": "Cookie Dough",
    "release_id": "78c49f3a-d557-4629-955d-051d81e2641e",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2011-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}