Information about plays

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

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

{
    "id": 422545,
    "uri": "https://api.kexp.org/v2/plays/422545/?format=api",
    "airdate": "2001-05-09T00:10:00-07:00",
    "show": 7081,
    "show_uri": "https://api.kexp.org/v2/shows/7081/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NZZ7JD70L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NZZ7JD70L._SL75_.jpg",
    "song": "Medley: Wild Eyed Boy From Freecloud / All the Young Dudes / Oh! You Pretty Things",
    "track_id": "dbfc1b0f-360f-4966-a599-842bef3df606",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Ziggy Stardust: The Motion Picture",
    "release_id": "d629119f-cf74-4d8d-8f98-c04a52788807",
    "release_group_id": null,
    "labels": [
        "Ryko"
    ],
    "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"
}