Information about plays

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

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

{
    "id": 1410257,
    "uri": "https://api.kexp.org/v2/plays/1410257/?format=api",
    "airdate": "2008-08-15T19:22:00-07:00",
    "show": 24601,
    "show_uri": "https://api.kexp.org/v2/shows/24601/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511JHW2SWQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511JHW2SWQL._SL75_.jpg",
    "song": "Shakin' the Shack",
    "track_id": "a425cac9-b0ff-46f8-9a1e-f75f500abdc2",
    "recording_id": null,
    "artist": "Mitch Woods",
    "artist_ids": [
        "b5521839-774a-48f8-8c50-f4b47e8edefc"
    ],
    "album": "A Celebration of Blues: Great Rock-A-Boogie Blues",
    "release_id": "2f198f40-dfd5-498e-a2a5-1a805f0be9a8",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}