Information about plays

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

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

{
    "id": 500459,
    "uri": "https://api.kexp.org/v2/plays/500459/?format=api",
    "airdate": "2001-12-26T02:25:00-08:00",
    "show": 8594,
    "show_uri": "https://api.kexp.org/v2/shows/8594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512uCFVBxNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512uCFVBxNL._SL75_.jpg",
    "song": "Shut My Mouth",
    "track_id": "4a5696c2-4bad-4da4-9a4c-50f39888c2fa",
    "recording_id": null,
    "artist": "Turntablerocker",
    "artist_ids": [
        "0b4f226d-3d6b-4aa1-ae8c-127e5d9475e5"
    ],
    "album": "Classic",
    "release_id": "7b9b2a46-264c-4c1c-a0d2-4f5d0377c1f4",
    "release_group_id": null,
    "labels": [
        "Four Music"
    ],
    "label_ids": [
        "3f999b05-29ed-4c33-885e-6d3e9741298c"
    ],
    "release_date": "2001-03-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}