Information about plays

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

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

{
    "id": 446081,
    "uri": "https://api.kexp.org/v2/plays/446081/?format=api",
    "airdate": "2001-07-17T22:16:00-07:00",
    "show": 7535,
    "show_uri": "https://api.kexp.org/v2/shows/7535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prototype-II",
    "track_id": "493d8bcd-9d88-450a-9601-6dae577682cf",
    "recording_id": null,
    "artist": "Automaton Adventure Series",
    "artist_ids": [
        "3514da92-e20e-4f66-8c65-786233bebf08"
    ],
    "album": "Futura Transmitta",
    "release_id": "2c3e16a1-a32c-4b39-944f-2ce5cd3de115",
    "release_group_id": null,
    "labels": [
        "Radio-Optik and Galleon Key"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}