Information about plays

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

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

{
    "id": 2681493,
    "uri": "https://api.kexp.org/v2/plays/2681493/?format=api",
    "airdate": "2020-01-03T04:11:52-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There’s a Girl in the Corner",
    "track_id": "a9fad532-141c-4c9f-8339-266708c6d2d8",
    "recording_id": null,
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "Nobody Wants to Be Here and Nobody Wants to Leave",
    "release_id": "2d6a31ea-eebe-441c-adfb-d1c0714e0ffa",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2014-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}