Information about plays

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

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

{
    "id": 470497,
    "uri": "https://api.kexp.org/v2/plays/470497/?format=api",
    "airdate": "2001-09-27T10:52:00-07:00",
    "show": 8009,
    "show_uri": "https://api.kexp.org/v2/shows/8009/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bobby Moore's Wine",
    "track_id": "2d9ce6d9-bd74-4503-b4de-0a438820fb0c",
    "recording_id": null,
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "Here Today...Gone Tomorrow",
    "release_id": "b2d271d7-e8c2-4b21-bbf4-4a814802eef2",
    "release_group_id": null,
    "labels": [
        "Imaginary"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}