Information about plays

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

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

{
    "id": 373507,
    "uri": "https://api.kexp.org/v2/plays/373507/?format=api",
    "airdate": "2019-08-28T12:57:00-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bohemian Rhapsody",
    "track_id": "3f6bb0de-8c6d-4734-891c-869e845111d8",
    "recording_id": null,
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Bohemian Rhapsody",
    "release_id": "552a92e0-7f80-43b1-936c-185d09acc4bb",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Equally emotional and moving as it is fun and silly, this is another classic tune from Barbara's \"Liz's Service.\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}