Information about plays

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

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

{
    "id": 2670689,
    "uri": "https://api.kexp.org/v2/plays/2670689/?format=api",
    "airdate": "2019-12-08T18:01:42-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbfbe778-753a-4171-9a8a-54c809558043/18614760642-250.jpg",
    "thumbnail_uri": "",
    "song": "Over the Midnight",
    "track_id": "d24cf7ae-f5c5-47fe-b078-87b077d0b0d1",
    "recording_id": null,
    "artist": "Jonathan Wilson",
    "artist_ids": [
        "2f17f9f7-2df1-49d6-ab2b-7bb4ba580746"
    ],
    "album": "Rare Birds",
    "release_id": "dbfbe778-753a-4171-9a8a-54c809558043",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}