Information about plays

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

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

{
    "id": 351969,
    "uri": "https://api.kexp.org/v2/plays/351969/?format=api",
    "airdate": "2019-07-09T05:02:18-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Bleed",
    "track_id": "8d2e2009-1e42-3aaa-a2ac-1cc983cebdf6",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Let It Bleed",
    "release_id": "834d89db-3f47-3653-bf6d-38f916ebcbcc",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rolling Stones will be in Seattle on August 14, 2019 at CenturyLink Field because they are apparently still touring.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}