Information about plays

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

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

{
    "id": 532901,
    "uri": "https://api.kexp.org/v2/plays/532901/?format=api",
    "airdate": "2002-03-30T12:41:16-08:00",
    "show": 9227,
    "show_uri": "https://api.kexp.org/v2/shows/9227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/316MXQ0723L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/316MXQ0723L._SL75_.jpg",
    "song": "This Is What We Do to Sell Out(s)",
    "track_id": "ce6adda4-9264-4bd3-bd50-e935d2646e2f",
    "recording_id": null,
    "artist": "Hood",
    "artist_ids": [
        "e5f2a453-68b5-48b0-85c4-9ec317dee0b0"
    ],
    "album": "Cold House",
    "release_id": "4a17dd9d-11f5-428f-b2ca-73be48f54837",
    "release_group_id": null,
    "labels": [
        "Domino Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}