Information about plays

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

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

{
    "id": 373623,
    "uri": "https://api.kexp.org/v2/plays/373623/?format=api",
    "airdate": "2019-08-28T17:24:10-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/2e18e017-0a62-4c50-a708-b6fbea29612e/2587376008-250.jpg",
    "thumbnail_uri": "",
    "song": "Chan Chan",
    "track_id": "a3531e8a-ba77-3b4e-8d96-396857c9ca7a",
    "recording_id": null,
    "artist": "Buena Vista Social Club",
    "artist_ids": [
        "2a85ecff-41e9-4be1-aca6-c87054a4c334"
    ],
    "album": "Buena Vista Social Club",
    "release_id": "2e18e017-0a62-4c50-a708-b6fbea29612e",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1997-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Amy, on her mix: \"I think in life sometimes we are all waiting to feel something more. And then music gives it to us. This list is about finding and sharing that with a friend.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}