Information about plays

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

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

{
    "id": 374825,
    "uri": "https://api.kexp.org/v2/plays/374825/?format=api",
    "airdate": "2019-08-31T11:25:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marijuana (feat. Damian Marley)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jah Cure",
    "artist_ids": [
        "07b5e94b-95ac-467d-80e0-a691c709dd11"
    ],
    "album": "Royal Soldier",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reggae royalty Jah Cure coming with a sultry shout out to the passionate love affair so many of us share with the one and only mind freeing plant, Marijuana. Why do we love it? Why do we need it? \n\nhttps://open.spotify.com/album/1ftcxfLwUpnPeUQZgZt1c9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}