Information about plays

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

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

{
    "id": 460841,
    "uri": "https://api.kexp.org/v2/plays/460841/?format=api",
    "airdate": "2001-08-29T16:56:28-07:00",
    "show": 7819,
    "show_uri": "https://api.kexp.org/v2/shows/7819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dugagi Beach Creature",
    "track_id": "856be2cd-9634-41a9-b2ed-1eea03bee406",
    "recording_id": null,
    "artist": "Acme Rocket Quartet",
    "artist_ids": [
        "749df9e2-c024-43b3-b64f-a5390a4e9a2d"
    ],
    "album": "Ultra High Frequency",
    "release_id": "b820ebd1-db5c-4246-abda-9bbe41e1569e",
    "release_group_id": null,
    "labels": [
        "Lather"
    ],
    "label_ids": [],
    "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"
}