Information about plays

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

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

{
    "id": 433085,
    "uri": "https://api.kexp.org/v2/plays/433085/?format=api",
    "airdate": "2001-06-09T22:25:00-07:00",
    "show": 7286,
    "show_uri": "https://api.kexp.org/v2/shows/7286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GEylkRb4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GEylkRb4L._SL75_.jpg",
    "song": "Space Invaders Are Smoking Grass",
    "track_id": "5eeb023a-fe7e-4ea2-bef9-a14cfb6b965f",
    "recording_id": null,
    "artist": "I-F",
    "artist_ids": [
        "53b98d3b-aa25-40f8-84a2-36a17a341fb7"
    ],
    "album": "Fucking Consumer",
    "release_id": "3a824d68-ded0-4c90-8bdb-fde94e68163c",
    "release_group_id": null,
    "labels": [
        "IT"
    ],
    "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"
}