Information about plays

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

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

{
    "id": 2682572,
    "uri": "https://api.kexp.org/v2/plays/2682572/?format=api",
    "airdate": "2020-01-05T18:57:00-08:00",
    "show": 46302,
    "show_uri": "https://api.kexp.org/v2/shows/46302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am",
    "track_id": "59e186a3-50bc-3364-a853-a8f49fad1b3b",
    "recording_id": null,
    "artist": "Kid Creole and the Coconuts",
    "artist_ids": [
        "72b867e3-139a-44a4-b1ee-a311d648c4e6"
    ],
    "album": "Fresh Fruit in Foreign Places",
    "release_id": "dc18f5d1-8a29-4547-a3b5-753513f0e0a3",
    "release_group_id": null,
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}