Information about plays

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

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

{
    "id": 346388,
    "uri": "https://api.kexp.org/v2/plays/346388/?format=api",
    "airdate": "2019-06-26T08:13:00-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fancy",
    "track_id": "7ddc6032-ea0c-3a3a-b6cb-36ca18d57fbd",
    "recording_id": null,
    "artist": "Bobbie Gentry",
    "artist_ids": [
        "a5106366-6368-4a02-a580-73a3c02abb2f"
    ],
    "album": "Fancy",
    "release_id": "bbd7f3d6-8bf5-46e9-acc0-59b21eac0717",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Here's your last chance, Fancy, don't let me down!\" - https://www.youtube.com/watch?v=1XkcrHz26CI <br> </br> Kudos to Robb who remembered this is the song Orville covered when he played in Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}