Information about plays

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

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

{
    "id": 419532,
    "uri": "https://api.kexp.org/v2/plays/419532/?format=api",
    "airdate": "2001-04-29T20:36:00-07:00",
    "show": 7015,
    "show_uri": "https://api.kexp.org/v2/shows/7015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41J581P29EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41J581P29EL._SL75_.jpg",
    "song": "Superstructure (John B. remix)",
    "track_id": "80569bb2-1f64-4a93-ae20-de214639514f",
    "recording_id": null,
    "artist": "London Elektricity",
    "artist_ids": [
        "0356daee-ec48-4495-bc3e-460b8a5eacad"
    ],
    "album": "Plastic Surgery 2 (disc 1)",
    "release_id": "300e28da-b4b7-4c7c-bc22-dfa45d919baa",
    "release_group_id": null,
    "labels": [
        "Hospital Records"
    ],
    "label_ids": [
        "8562598d-60d1-4bd6-8b85-4d709e951770"
    ],
    "release_date": "2001-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}