Information about plays

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

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

{
    "id": 430474,
    "uri": "https://api.kexp.org/v2/plays/430474/?format=api",
    "airdate": "2001-06-01T23:00:00-07:00",
    "show": 7235,
    "show_uri": "https://api.kexp.org/v2/shows/7235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q56WE6HKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q56WE6HKL._SL75_.jpg",
    "song": "Satellite of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Between Thought and Expression: The Lou Reed Anthology",
    "release_id": "1751fe2d-0d9a-4b91-bf17-11a90daafdcd",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}