Information about plays

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

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

{
    "id": 355139,
    "uri": "https://api.kexp.org/v2/plays/355139/?format=api",
    "airdate": "2019-07-16T15:35:12-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lemontrees",
    "track_id": "e134c88d-12ce-4b43-9aab-5bee5e0ddc7f",
    "recording_id": null,
    "artist": "Eagulls",
    "artist_ids": [
        "962f90f8-f706-4a5d-9a77-e8a90b3a579c"
    ],
    "album": "Ullages",
    "release_id": "25581973-d2d7-466c-9c5d-36c84dc8f6cd",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eagulls are an English rock band, formed in Leeds in 2010. The band consists of Mark Goldsworthy (guitar), Henry Ruddel (drums), Liam Matthews (guitar), Tom Kelly (bass), and George Mitchell (vocals).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}