Information about plays

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

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

{
    "id": 1378871,
    "uri": "https://api.kexp.org/v2/plays/1378871/?format=api",
    "airdate": "2008-05-26T18:02:31-07:00",
    "show": 24066,
    "show_uri": "https://api.kexp.org/v2/shows/24066/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yekey Tenge (Lion Line)",
    "track_id": "a9bcaa59-6110-422d-bafe-f1cf44ee5560",
    "recording_id": null,
    "artist": "Manu Dibango",
    "artist_ids": [
        "826b488f-5164-45ca-abc4-ab11b3c321eb"
    ],
    "album": "Polysonik",
    "release_id": "b7f605f2-38a8-4f6c-b23e-025f6f422fd6",
    "release_group_id": null,
    "labels": [
        "Sound Wave"
    ],
    "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"
}