Information about plays

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

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

{
    "id": 1177541,
    "uri": "https://api.kexp.org/v2/plays/1177541/?format=api",
    "airdate": "2006-12-27T13:32:00-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All of the Gravity, None of the Weight",
    "track_id": "b71089b2-6a2e-41d3-960e-af67f17d0a27",
    "recording_id": null,
    "artist": "Tenki",
    "artist_ids": [
        "09af648d-2fbd-4d17-8b7d-8c214d1ac83f"
    ],
    "album": "View of an Orbiting Man",
    "release_id": "be4cc687-fb4a-48cc-a22d-59e6f48fff49",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}