Information about plays

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

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

{
    "id": 344352,
    "uri": "https://api.kexp.org/v2/plays/344352/?format=api",
    "airdate": "2019-06-21T14:45:07-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "http://coverartarchive.org/release/c941e2e8-68c6-4f81-9a02-8be87b3e29c3/4983050362-250.jpg",
    "thumbnail_uri": "",
    "song": "Flash Light",
    "track_id": "4e020373-1c4e-38e9-9c9a-a7e3020c6285",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Tear the Roof Off: 1974-1980",
    "release_id": "c941e2e8-68c6-4f81-9a02-8be87b3e29c3",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1993-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hope you're basking in all this light today! Parliament's classic hit \"Flash Light\" is composed of multiple tracks and the layering of up to 50 voices. Its success would greatly influence not only funk music, but also new wave and hip-hop. Fun fact about the song: the \"Da da da dee da da da\" part of the track was inspired by a bar mitzvah chant.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}