Information about plays

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

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

{
    "id": 345237,
    "uri": "https://api.kexp.org/v2/plays/345237/?format=api",
    "airdate": "2019-06-23T17:27:25-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "http://coverartarchive.org/release/3ee6bd30-4a23-40cb-9958-d0c321ccdff3/17361537089-250.jpg",
    "thumbnail_uri": "",
    "song": "Roseblood",
    "track_id": "87466dcb-ec5c-3067-b325-7d4ea357eb38",
    "recording_id": null,
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Among My Swan",
    "release_id": "3ee6bd30-4a23-40cb-9958-d0c321ccdff3",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}