Information about plays

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

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

{
    "id": 355549,
    "uri": "https://api.kexp.org/v2/plays/355549/?format=api",
    "airdate": "2019-07-17T09:46:00-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c0935be-266f-485f-b465-c57ab13a67b3/11056278771-250.jpg",
    "thumbnail_uri": "",
    "song": "Mystic Bounce",
    "track_id": "1ddd0ae1-9ec3-39ae-a9c0-de0e61bb7f42",
    "recording_id": null,
    "artist": "Madlib",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Shades of Blue",
    "release_id": "8c0935be-266f-485f-b465-c57ab13a67b3",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2003-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Otis Jackson Jr., known professionally as Madlib, is an American DJ, music producer, multi-instrumentalist, and rapper...who doesn't have a cell phone! So don't call him. Maybe he'll call you? - https://bit.ly/32vHOUi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}