Information about plays

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

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

{
    "id": 1216514,
    "uri": "https://api.kexp.org/v2/plays/1216514/?format=api",
    "airdate": "2007-04-07T11:24:00-07:00",
    "show": 21318,
    "show_uri": "https://api.kexp.org/v2/shows/21318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flag Flown High (feat. Shabba Ranks)",
    "track_id": "b3176a46-e980-4b21-8d37-acacb9fc76e4",
    "recording_id": null,
    "artist": "Cocoa Tea",
    "artist_ids": [
        "bd67db55-a85f-4c2b-b5cd-4c8f9ceb50d4"
    ],
    "album": "Flag Flown High: Best of Bobby Digital's Roots Productions",
    "release_id": "2ee356e6-84b6-434e-b14b-df36a03217df",
    "release_group_id": null,
    "labels": [
        "VidZone Digital Media"
    ],
    "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"
}