Information about plays

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

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

{
    "id": 378948,
    "uri": "https://api.kexp.org/v2/plays/378948/?format=api",
    "airdate": "2019-09-10T02:22:00-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make This Work",
    "track_id": null,
    "recording_id": null,
    "artist": "Magistrates",
    "artist_ids": [
        "bbb3ce33-34f6-426e-a027-a996dd062f84"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [],
    "release_date": "2008-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Paul Usher and Mark Brandon were previously in the band Echelon with Andrew Grant before adding members and forming Magistrates in 2007. They broke up, got back together, and eventually disbanded for good in 2014.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}