Information about plays

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

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

{
    "id": 350172,
    "uri": "https://api.kexp.org/v2/plays/350172/?format=api",
    "airdate": "2019-07-04T20:20:22-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/b6b0748a-2d84-4f22-b736-b86108bfe3b4/23078552987-250.jpg",
    "thumbnail_uri": "",
    "song": "House of Memories",
    "track_id": "21c63a4b-cd5c-3d2e-b502-d0cb8e9c242c",
    "recording_id": null,
    "artist": "Merle Haggard and The Strangers",
    "artist_ids": [
        "f6a1f213-c96c-4c1e-83db-2c4cbe2d61e2"
    ],
    "album": "I'm a Lonesome Fugitive",
    "release_id": "b6b0748a-2d84-4f22-b736-b86108bfe3b4",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}