Information about plays

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

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

{
    "id": 2680970,
    "uri": "https://api.kexp.org/v2/plays/2680970/?format=api",
    "airdate": "2020-01-01T21:15:09-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "https://coverartarchive.org/release/b36a53ab-935a-4d5a-8141-1438eb25be19/24167933342-250.jpg",
    "thumbnail_uri": "",
    "song": "Strength",
    "track_id": "6c08ac68-cc52-48bc-8117-594106307ef8",
    "recording_id": null,
    "artist": "Moonchild",
    "artist_ids": [
        "ee172506-d3b5-4977-8486-eaa478052997"
    ],
    "album": "Little Ghost",
    "release_id": "b36a53ab-935a-4d5a-8141-1438eb25be19",
    "release_group_id": null,
    "labels": [
        "eOne"
    ],
    "label_ids": [
        "0cf0efc2-9453-4513-a54e-c4d64e2a258c"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "4th album from this LA trio.  www.thisismoonchild.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}