Information about plays

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

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

{
    "id": 353092,
    "uri": "https://api.kexp.org/v2/plays/353092/?format=api",
    "airdate": "2019-07-11T16:01:19-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Was A Good Day",
    "track_id": "90fa70e2-5cee-464d-a898-fd2c701b9221",
    "recording_id": null,
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Greatest Hits",
    "release_id": "50b36cd9-10ed-4754-9f9b-fed7c13bb172",
    "release_group_id": null,
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'It Was a Good Day'  is a song by American gangsta rapper Ice Cube. It was released in February 1993 as the second single from his third solo album, \"The Predator.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}