Information about plays

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

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

{
    "id": 346805,
    "uri": "https://api.kexp.org/v2/plays/346805/?format=api",
    "airdate": "2019-06-27T03:50:00-07:00",
    "show": 5778,
    "show_uri": "https://api.kexp.org/v2/shows/5778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sendi",
    "track_id": null,
    "recording_id": null,
    "artist": "Kapitan",
    "artist_ids": [],
    "album": "Alaska",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Malka Tuti"
    ],
    "label_ids": [
        "b0b6ac6e-6bb7-4a7c-bfc6-5d6924b7e09e"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"One half of Red Axes, Dori Sadovnik becomes Kapitan for this woozy slow trip into mediterranean ambient dance music for his local label, Malka Tuti\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}