Information about plays

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

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

{
    "id": 350170,
    "uri": "https://api.kexp.org/v2/plays/350170/?format=api",
    "airdate": "2019-07-04T20:16:22-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/22b45f8e-30ee-4e9d-95c4-1fb447e2c382/17308004089-250.jpg",
    "thumbnail_uri": "",
    "song": "I Can't Tame Wild Women",
    "track_id": "0c4fb579-64de-3170-a5b4-18c2c3f73a28",
    "recording_id": null,
    "artist": "Hot Club of Cowtown",
    "artist_ids": [
        "7e7e9fe3-69d9-407e-b5d3-a4906ca73740"
    ],
    "album": "Tall Tales",
    "release_id": "22b45f8e-30ee-4e9d-95c4-1fb447e2c382",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}