Information about plays

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

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

{
    "id": 2680993,
    "uri": "https://api.kexp.org/v2/plays/2680993/?format=api",
    "airdate": "2020-01-01T22:41:27-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bushmills",
    "track_id": "a2200fc2-b818-4898-bd21-fea76eb044c5",
    "recording_id": null,
    "artist": "Yppah",
    "artist_ids": [
        "5805761c-fa24-40e5-bb79-295a64195bf7"
    ],
    "album": "Tiny Pause",
    "release_id": "ae88b87a-9c06-47b4-9648-821e8d90b3be",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2015-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Nectar Lounge on February 7th   https://yppah.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}