Information about plays

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

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

{
    "id": 344674,
    "uri": "https://api.kexp.org/v2/plays/344674/?format=api",
    "airdate": "2019-06-22T10:23:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Need Love",
    "track_id": "2228e63f-4ca6-33fd-8592-47883e18c93f",
    "recording_id": null,
    "artist": "Johnny Osbourne",
    "artist_ids": [
        "74dca2c7-d7dc-4b13-bd17-502a35db042a"
    ],
    "album": "Truths and Rights",
    "release_id": "29075b5c-112c-4fad-8253-146018592c73",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Truths and Rights is Johnny Osbourne's second studio album. It was recorded in 1979 after his return to Jamaica from Canada, and first released in 1980 on the Studio One label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}