Information about plays

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

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

{
    "id": 2683130,
    "uri": "https://api.kexp.org/v2/plays/2683130/?format=api",
    "airdate": "2020-01-07T05:33:30-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5d91007-f053-4d81-a958-93c9cb4611de/11322897198-250.jpg",
    "thumbnail_uri": "",
    "song": "Chlorine",
    "track_id": "25a7272b-c2fd-48de-a605-67921e99b01b",
    "recording_id": null,
    "artist": "Title Fight",
    "artist_ids": [
        "1154d345-8061-4d04-a52a-6214288523ac"
    ],
    "album": "Hyperview",
    "release_id": "c5d91007-f053-4d81-a958-93c9cb4611de",
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2015-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}