Information about plays

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

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

{
    "id": 373521,
    "uri": "https://api.kexp.org/v2/plays/373521/?format=api",
    "airdate": "2019-08-28T13:50:00-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elbow Pain",
    "track_id": "7ed54bc7-45bc-4ac3-8e3c-b63c2670c359",
    "recording_id": null,
    "artist": "Glue Trip",
    "artist_ids": [
        "56996a0e-bc29-476f-ba0e-e9fc80fdfb7c"
    ],
    "album": "Glue Trip",
    "release_id": "da76eb3d-d8a1-478c-872b-3be733a58f02",
    "release_group_id": null,
    "labels": [
        "Novomundo"
    ],
    "label_ids": [],
    "release_date": "2017-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another beautiful love song off Rene's \"El Primero.\" <br>\"A couple of days after that she had a little present for me, and it was the tape! She added the cool art, a little love note for me and the track list. I never thought the mixtape was for me since I was with her all along in the making of it. She really got me, it was a great surprise! And that is my mixtape story.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}