Information about plays

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

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

{
    "id": 1177461,
    "uri": "https://api.kexp.org/v2/plays/1177461/?format=api",
    "airdate": "2006-12-27T07:55:12-08:00",
    "show": 20647,
    "show_uri": "https://api.kexp.org/v2/shows/20647/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Godspeed to You the Avalanche",
    "track_id": "1ff057bf-f7fa-4b37-b174-99510fe9c5bb",
    "recording_id": null,
    "artist": "Ray",
    "artist_ids": [
        "f3cbb087-fbc6-449f-9473-366ac021c64f"
    ],
    "album": "Daylight in the Darkroom",
    "release_id": "a7daf93c-1e88-4463-881b-9097fb4029d8",
    "release_group_id": null,
    "labels": [
        "Mute/Gooom Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}