Information about plays

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

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

{
    "id": 2682471,
    "uri": "https://api.kexp.org/v2/plays/2682471/?format=api",
    "airdate": "2020-01-05T12:57:27-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/722a10cd-52cf-49da-bca8-7d45c6b69794/13217040009-250.jpg",
    "thumbnail_uri": "",
    "song": "Longitude",
    "track_id": "13b57d8b-7429-4472-aa2c-4da396666207",
    "recording_id": null,
    "artist": "The High Violets",
    "artist_ids": [
        "45576ad4-2c90-4a87-b82d-56cac95273aa"
    ],
    "album": "Heroes and Halos",
    "release_id": "722a10cd-52cf-49da-bca8-7d45c6b69794",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://thehighviolets.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}