Information about plays

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

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

{
    "id": 1284520,
    "uri": "https://api.kexp.org/v2/plays/1284520/?format=api",
    "airdate": "2007-09-28T07:52:07-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MgQvKcInL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MgQvKcInL._SL75_.jpg",
    "song": "Show Me (feat. Pos from De La Soul)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mint Royale",
    "artist_ids": [
        "2a132687-54b2-4cae-b255-1541affeadb0"
    ],
    "album": "On the Ropes",
    "release_id": "dd9cc392-ac15-4db3-9749-b9a009bfe379",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}