Information about plays

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

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

{
    "id": 345352,
    "uri": "https://api.kexp.org/v2/plays/345352/?format=api",
    "airdate": "2019-06-24T00:40:00-07:00",
    "show": 5759,
    "show_uri": "https://api.kexp.org/v2/shows/5759/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Very Thought Of You",
    "track_id": "9a734486-e0b0-35eb-bde1-0e72fcc4a7ae",
    "recording_id": null,
    "artist": "Pee Wee Russell",
    "artist_ids": [
        "81e26fc9-ddb5-42cf-9b31-2e0f55bf6342"
    ],
    "album": "Swingin' With Pee Wee",
    "release_id": "ac925c1f-6d28-4385-a8fa-52c540330cf3",
    "release_group_id": null,
    "labels": [
        "Swingville"
    ],
    "label_ids": [
        "81c287cf-25b5-437e-baab-3ea36c4d4df0"
    ],
    "release_date": "1961-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}