Information about plays

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

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

{
    "id": 375347,
    "uri": "https://api.kexp.org/v2/plays/375347/?format=api",
    "airdate": "2019-09-01T18:54:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bubble Pop Electric",
    "track_id": "4c0aae5d-0763-4589-9217-ea8b2904979e",
    "recording_id": null,
    "artist": "Gwen Stefani",
    "artist_ids": [],
    "album": "Love. Angel. Music. Baby.",
    "release_id": "c20e5a58-826e-4fcb-bde6-e01820d0bab6",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}