Information about plays

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

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

{
    "id": 500055,
    "uri": "https://api.kexp.org/v2/plays/500055/?format=api",
    "airdate": "2001-12-24T22:58:00-08:00",
    "show": 8587,
    "show_uri": "https://api.kexp.org/v2/shows/8587/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418G7KAFVAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418G7KAFVAL._SL75_.jpg",
    "song": "(Another) Another World (feat. Mos Def & Talib Kweli)",
    "track_id": "0c14f2ea-1232-4068-83ad-b1c4f8a6853f",
    "recording_id": null,
    "artist": "The Creators",
    "artist_ids": [
        "7a7edb7f-975d-4be6-9f7a-adbaa62f3ef3"
    ],
    "album": "The Weight",
    "release_id": "dccc3bf8-9188-45b3-961a-4af76be84c4f",
    "release_group_id": null,
    "labels": [
        "Bad Magic"
    ],
    "label_ids": [
        "7091d663-b5ce-4003-b5dd-b4555233f917"
    ],
    "release_date": "2000-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}