Information about plays

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

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

{
    "id": 2675170,
    "uri": "https://api.kexp.org/v2/plays/2675170/?format=api",
    "airdate": "2019-12-19T02:17:22-08:00",
    "show": 46179,
    "show_uri": "https://api.kexp.org/v2/shows/46179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mister Q",
    "track_id": null,
    "recording_id": null,
    "artist": "Red Axes",
    "artist_ids": [
        "a9734106-210d-4c29-b2cb-aed0cb049733"
    ],
    "album": "Voom",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dark Entries"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new 12\" from Tel Aviv duo Red Axes - https://red-axes.bandcamp.com/album/voom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}