Information about plays

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

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

{
    "id": 1233533,
    "uri": "https://api.kexp.org/v2/plays/1233533/?format=api",
    "airdate": "2007-05-20T17:34:56-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B6fOTAbgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B6fOTAbgL._SL75_.jpg",
    "song": "genio del dub (control machete remix by ub, bustle, and out)",
    "track_id": null,
    "recording_id": null,
    "artist": "Up, Bustle & Out",
    "artist_ids": [
        "21576876-104b-401f-8607-0a9f0a190052"
    ],
    "album": "Mexican Sessions",
    "release_id": "5672ec04-7ecc-401e-8b81-98f785869d61",
    "release_group_id": null,
    "labels": [
        "Collision: Cause of Chapter 3"
    ],
    "label_ids": [
        "a8c26fd0-b401-40b2-9ff1-27b4b5434ee6"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}