Information about plays

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

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

{
    "id": 2679318,
    "uri": "https://api.kexp.org/v2/plays/2679318/?format=api",
    "airdate": "2019-12-28T22:26:21-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Liar",
    "track_id": "d5f2756c-ebcf-4851-8e18-89df2b922d8c",
    "recording_id": null,
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "Never Mind the Bollocks Here’s the Sex Pistols",
    "release_id": "d0c9a767-205b-4b61-a43a-4ef9eca0649c",
    "release_group_id": null,
    "labels": [
        "EMI Virgin Music"
    ],
    "label_ids": [
        "da0e078a-3676-47ea-a120-cc6838af1583"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}