Information about plays

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

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

{
    "id": 2677158,
    "uri": "https://api.kexp.org/v2/plays/2677158/?format=api",
    "airdate": "2019-12-23T13:42:25-08:00",
    "show": 46210,
    "show_uri": "https://api.kexp.org/v2/shows/46210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Citysong",
    "track_id": "8ccfea24-25aa-3878-8f3e-dd05dc1f1149",
    "recording_id": null,
    "artist": "Luscious Jackson",
    "artist_ids": [
        "8be5d1de-e925-4e9f-b410-6d702cd8dcaa"
    ],
    "album": "Natural Ingredients",
    "release_id": "02682179-0861-3168-bf50-9f13fcb21d61",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1994-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}