Information about plays

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

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

{
    "id": 350615,
    "uri": "https://api.kexp.org/v2/plays/350615/?format=api",
    "airdate": "2019-07-05T22:10:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit the Ceiling",
    "track_id": "0ef828e4-d699-4718-b27b-43eab7932d88",
    "recording_id": null,
    "artist": "LION BABE",
    "artist_ids": [
        "c9dda914-1eb2-4762-8006-208010b89ee3"
    ],
    "album": "Cosmic Wind",
    "release_id": "4f4c1db2-e71a-4ab7-bcd8-237e866d31c0",
    "release_group_id": null,
    "labels": [
        "LION BABE MUSIC LLC"
    ],
    "label_ids": [],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to the latest release 'Cosmic Wind' from Lion Babe on lionbabe.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}