Information about plays

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

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

{
    "id": 467835,
    "uri": "https://api.kexp.org/v2/plays/467835/?format=api",
    "airdate": "2001-09-19T14:56:15-07:00",
    "show": 7959,
    "show_uri": "https://api.kexp.org/v2/shows/7959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clouds",
    "track_id": "db50ba2f-1e76-4153-9fee-afcb8addfa16",
    "recording_id": null,
    "artist": "HiM",
    "artist_ids": [
        "7bedf226-37e5-487b-bbf2-8a9c6f7beed9"
    ],
    "album": "New Features",
    "release_id": "f50505df-2f98-403a-94cd-f5790193b3b9",
    "release_group_id": null,
    "labels": [
        "Bubble Core"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}