Information about plays

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

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

{
    "id": 460272,
    "uri": "https://api.kexp.org/v2/plays/460272/?format=api",
    "airdate": "2001-08-28T03:40:00-07:00",
    "show": 7808,
    "show_uri": "https://api.kexp.org/v2/shows/7808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lamplight (Bench and Doufos Parrrtay Mix! By Bench)",
    "track_id": "1e251521-f7c2-4d6d-a49a-1a78f76f967a",
    "recording_id": null,
    "artist": "Ruby",
    "artist_ids": [
        "837a30e0-fe6f-4243-9519-ffbe4e970537"
    ],
    "album": "Altered and Proud (The Short-Staffed Remixes)",
    "release_id": "3dbe5d94-f69a-4865-8cbf-bc1371df4169",
    "release_group_id": null,
    "labels": [
        "Thisty Ear"
    ],
    "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"
}