Information about plays

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

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

{
    "id": 427458,
    "uri": "https://api.kexp.org/v2/plays/427458/?format=api",
    "airdate": "2001-05-24T03:24:00-07:00",
    "show": 7179,
    "show_uri": "https://api.kexp.org/v2/shows/7179/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418Lx68qH9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418Lx68qH9L._SL75_.jpg",
    "song": "Heroin",
    "track_id": null,
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Velvet Underground & Nico",
    "release_id": "2657e677-49ce-480f-8868-04a0b354aec2",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "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"
}