Information about plays

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

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

{
    "id": 459407,
    "uri": "https://api.kexp.org/v2/plays/459407/?format=api",
    "airdate": "2001-08-25T11:15:47-07:00",
    "show": 7788,
    "show_uri": "https://api.kexp.org/v2/shows/7788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Equality",
    "track_id": "33e43851-e77a-4b13-a46e-cfe67d3b3612",
    "recording_id": null,
    "artist": "Afu-Ra",
    "artist_ids": [
        "04c464f3-cdae-4b43-9d0e-e972316f6b1e"
    ],
    "album": "CMJ New Music Monthly, Volume 88: December 2000",
    "release_id": "be8ebc67-3f6b-4fae-b68e-73065aec11e0",
    "release_group_id": null,
    "labels": [
        "D"
    ],
    "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"
}