Information about plays

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

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

{
    "id": 2683141,
    "uri": "https://api.kexp.org/v2/plays/2683141/?format=api",
    "airdate": "2020-01-07T06:18:33-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Enough Time",
    "track_id": "061af076-ea1c-444d-87d1-5dca2f6a88da",
    "recording_id": null,
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Welcome To Wherever You Are",
    "release_id": "f180b53a-cc89-451c-a09e-30a977cb2c24",
    "release_group_id": null,
    "labels": [
        "Petrol Electric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On its release, \"Not Enough Time\" reached No. 2 on the Billboard Modern Rock Tracks chart, and stayed there for five consecutive weeks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}