Information about plays

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

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

{
    "id": 2679154,
    "uri": "https://api.kexp.org/v2/plays/2679154/?format=api",
    "airdate": "2019-12-28T13:09:15-08:00",
    "show": 46242,
    "show_uri": "https://api.kexp.org/v2/shows/46242/?format=api",
    "image_uri": "https://coverartarchive.org/release/07a51aee-a684-4f8b-9f97-0b8f313f624a/7006197848-250.jpg",
    "thumbnail_uri": "",
    "song": "Twin Peaks",
    "track_id": "af0d38be-4fcf-4e65-8cdd-f70c8f9b8bac",
    "recording_id": null,
    "artist": "Alice Russell",
    "artist_ids": [
        "870bd642-f7e2-4712-a89f-7b1950a693ac"
    ],
    "album": "Shapes:Circles",
    "release_id": "07a51aee-a684-4f8b-9f97-0b8f313f624a",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}