Information about plays

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

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

{
    "id": 2681447,
    "uri": "https://api.kexp.org/v2/plays/2681447/?format=api",
    "airdate": "2020-01-03T01:20:42-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/31b458cf-ee55-44b4-b134-bd81d05c91aa/15082943564-250.jpg",
    "thumbnail_uri": "",
    "song": "State Of The Nation",
    "track_id": "c5d99ccc-e12d-4e1c-a7d8-aae411c94a34",
    "recording_id": null,
    "artist": "Michael Mayer & Gui Boratto",
    "artist_ids": [
        "d17801d0-4353-4725-8bf5-d0bbedc403a6"
    ],
    "album": "&",
    "release_id": "31b458cf-ee55-44b4-b134-bd81d05c91aa",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2016-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}