Information about plays

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

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

{
    "id": 345865,
    "uri": "https://api.kexp.org/v2/plays/345865/?format=api",
    "airdate": "2019-06-25T07:30:35-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Q.U.E.E.N.",
    "track_id": "2fa3766a-97e5-48ae-bf56-2093a63c22eb",
    "recording_id": null,
    "artist": "Janelle Monáe feat. Erykah Badu",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The Electric Lady",
    "release_id": "694a93c5-835e-470e-a0d8-e42093eed9af",
    "release_group_id": null,
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2013-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince, a mentor to Monáe, called the music video for \"Q.U.E.E.N.\" the best music video of 2013. https://bit.ly/1jizIoX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}