Information about plays

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

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

{
    "id": 466654,
    "uri": "https://api.kexp.org/v2/plays/466654/?format=api",
    "airdate": "2001-09-16T04:15:00-07:00",
    "show": 7937,
    "show_uri": "https://api.kexp.org/v2/shows/7937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BAZ9DWGML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BAZ9DWGML._SL75_.jpg",
    "song": "Outta Here",
    "track_id": null,
    "recording_id": null,
    "artist": "KRS‐One",
    "artist_ids": [
        "fc4568b6-cbe3-4a3d-8409-28510c19e3e2"
    ],
    "album": "KRS-One",
    "release_id": "2202896d-35df-41c2-9dfe-957973a3669e",
    "release_group_id": null,
    "labels": [
        "Jive Records"
    ],
    "label_ids": [
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1995-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}