Information about plays

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

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

{
    "id": 450314,
    "uri": "https://api.kexp.org/v2/plays/450314/?format=api",
    "airdate": "2001-07-30T11:16:00-07:00",
    "show": 7616,
    "show_uri": "https://api.kexp.org/v2/shows/7616/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "John Barleycorn Must Live",
    "track_id": "f37927fb-b4a8-4e6f-a9c0-d615bafb43a8",
    "recording_id": null,
    "artist": "The Minus 5",
    "artist_ids": [
        "7acfc09d-1b3b-4524-aff0-c705844109c6"
    ],
    "album": "Let the War Against Music Begin",
    "release_id": "1a3c6733-9a86-450a-a1b4-e960474e3374",
    "release_group_id": null,
    "labels": [
        "Mammoth"
    ],
    "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"
}