Information about plays

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

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

{
    "id": 2680156,
    "uri": "https://api.kexp.org/v2/plays/2680156/?format=api",
    "airdate": "2019-12-31T01:41:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inside Illumination",
    "track_id": "29a18712-4548-4464-acc2-ad85dccd3c81",
    "recording_id": null,
    "artist": "Hibou",
    "artist_ids": [
        "8cf14cb0-11c6-425e-a66d-682f0eda40f0"
    ],
    "album": "Clarity",
    "release_id": "caad89b7-36d9-4bee-9f86-094f9258b277",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}