Information about plays

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

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

{
    "id": 1184058,
    "uri": "https://api.kexp.org/v2/plays/1184058/?format=api",
    "airdate": "2007-01-13T03:52:30-08:00",
    "show": 20757,
    "show_uri": "https://api.kexp.org/v2/shows/20757/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Steal Tomorrow",
    "track_id": null,
    "recording_id": null,
    "artist": "The Tallest Man on Earth",
    "artist_ids": [
        "7e35659f-f3bb-4c28-bcf5-47bd5cfa2bca"
    ],
    "album": "The Tallest Man On Earth EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gravitation"
    ],
    "label_ids": [
        "776bf8aa-8f86-42f7-ae17-15223dede726"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}