Information about plays

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

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

{
    "id": 471131,
    "uri": "https://api.kexp.org/v2/plays/471131/?format=api",
    "airdate": "2001-09-29T09:03:00-07:00",
    "show": 8021,
    "show_uri": "https://api.kexp.org/v2/shows/8021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big It Up",
    "track_id": "e0345a7b-1df0-44fa-972b-67d7cacfc56c",
    "recording_id": null,
    "artist": "Buju Banton",
    "artist_ids": [
        "9f525d0b-3911-4c83-b0d1-e90aa1fd2d14"
    ],
    "album": "Best of Buju Banton, Volume 1",
    "release_id": "671f0ba5-685f-41dc-b6b7-97093c515e10",
    "release_group_id": null,
    "labels": [
        "Penthouse"
    ],
    "label_ids": [
        "7c6f9042-f22b-4315-b194-0da838fbf687"
    ],
    "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"
}