Information about plays

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

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

{
    "id": 372466,
    "uri": "https://api.kexp.org/v2/plays/372466/?format=api",
    "airdate": "2019-08-26T07:25:45-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All in My Mind",
    "track_id": "c0417a87-faab-47c9-a5d0-9bdfd8b823d2",
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Express",
    "release_id": "09f49962-c0f0-4457-b589-053081f0a3cd",
    "release_group_id": null,
    "labels": [
        "Beggars Group"
    ],
    "label_ids": [
        "b111a130-0d4f-46a1-930e-306fa7785b10"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the 80's hair in the video for this song! https://www.youtube.com/watch?v=aMnaa__JZbU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}