Information about plays

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

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

{
    "id": 440585,
    "uri": "https://api.kexp.org/v2/plays/440585/?format=api",
    "airdate": "2001-07-01T22:27:16-07:00",
    "show": 7433,
    "show_uri": "https://api.kexp.org/v2/shows/7433/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ovxg1kRwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ovxg1kRwL._SL75_.jpg",
    "song": "Pfrancing(No Blues)",
    "track_id": "40b9ca0c-d4d0-4acf-a39a-8cf5238705a6",
    "recording_id": null,
    "artist": "Joe Henderson",
    "artist_ids": [
        "bcab8301-c7e5-4689-a4ad-9ee947b4ce37"
    ],
    "album": "So Near, So Far",
    "release_id": "5152c66a-f653-4fb2-a0d9-ed427dc1de24",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}