Information about plays

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

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

{
    "id": 2680702,
    "uri": "https://api.kexp.org/v2/plays/2680702/?format=api",
    "airdate": "2020-01-01T06:34:26-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/70eb6bd9-6745-456b-9a8d-f5022b215ef4/24604547239-250.jpg",
    "thumbnail_uri": "",
    "song": "This Boat",
    "track_id": "215a4ba1-7140-4d3d-ac36-66e8e1b0d4d8",
    "recording_id": null,
    "artist": "the innocence mission",
    "artist_ids": [
        "3d921e76-94c4-48c8-9f18-c2d96a8e53c9"
    ],
    "album": "See You Tomorrow",
    "release_id": "70eb6bd9-6745-456b-9a8d-f5022b215ef4",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2020-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}