Information about plays

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

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

{
    "id": 532233,
    "uri": "https://api.kexp.org/v2/plays/532233/?format=api",
    "airdate": "2002-03-28T17:58:00-08:00",
    "show": 9213,
    "show_uri": "https://api.kexp.org/v2/shows/9213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HJ01E28CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HJ01E28CL._SL75_.jpg",
    "song": "Ringing Dark & True",
    "track_id": "dd25632d-08f7-4322-addd-94c42006b2a9",
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Dem's Good Beeble",
    "release_id": "48771ee4-ffeb-4eca-8c80-e34ef37e132d",
    "release_group_id": null,
    "labels": [
        "Munich"
    ],
    "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"
}