Information about plays

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

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

{
    "id": 421269,
    "uri": "https://api.kexp.org/v2/plays/421269/?format=api",
    "airdate": "2001-05-04T19:42:30-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31K54E6XJVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31K54E6XJVL._SL75_.jpg",
    "song": "All Shapes and Sizes",
    "track_id": "328e7990-d615-4d71-a86e-a4f6969d1c93",
    "recording_id": null,
    "artist": "The Lucky Stars",
    "artist_ids": [
        "576aef67-2ddd-4145-a107-3721f3fef7b2"
    ],
    "album": "Hollywood & Western",
    "release_id": "dd742a90-a653-4ee1-9f09-ddca9d2045f2",
    "release_group_id": null,
    "labels": [
        "Bar-13 Music"
    ],
    "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"
}