Information about plays

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

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

{
    "id": 370879,
    "uri": "https://api.kexp.org/v2/plays/370879/?format=api",
    "airdate": "2019-08-22T14:55:08-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Think I Can Do This Again",
    "track_id": "d819673d-df55-4874-a6ed-6fb5ff479d06",
    "recording_id": null,
    "artist": "Mura Masa feat. Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "I Don’t Think I Can Do This Again",
    "release_id": "6b74f6e2-eb73-46e1-b0f6-5bbd488dcd15",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alex Crossan, also known by the stage name Mura Masa, is a Guernsey-born electronic music producer, songwriter and multi-instrumentalist.Crossan's self-titled debut album was nominated for Best Dance/Electronic Album and Best Recording Package at the 60th Annual Grammy Awards, making him the first artist to be nominated as both a musician and creative director for the same album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}