Information about plays

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

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

{
    "id": 368414,
    "uri": "https://api.kexp.org/v2/plays/368414/?format=api",
    "airdate": "2019-08-16T20:48:00-07:00",
    "show": 6137,
    "show_uri": "https://api.kexp.org/v2/shows/6137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Time Coming",
    "track_id": "a3da13c3-659e-3326-a81e-73df0599d224",
    "recording_id": null,
    "artist": "Leela James",
    "artist_ids": [
        "86a4c4dd-653e-47e4-95fc-485ded6de9da"
    ],
    "album": "A Change Is Gonna Come",
    "release_id": "e8ea6122-f1fb-4604-ad43-843a085e2c9e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was selected for preservation in the Library of Congress, with the National Recording Registry deeming the song \"culturally, historically, or aesthetically important.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}