Information about plays

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

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

{
    "id": 2681927,
    "uri": "https://api.kexp.org/v2/plays/2681927/?format=api",
    "airdate": "2020-01-04T05:36:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "West Is My Home",
    "track_id": "152621b7-cc7c-4b48-800a-b139bdddcf46",
    "recording_id": null,
    "artist": "Essam",
    "artist_ids": [
        "609d8239-5c9b-4d22-a584-bafd9c083ea5"
    ],
    "album": "12.12",
    "release_id": "e361b18f-d86b-4a94-8aed-580262a00215",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-12-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}