Information about plays

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

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

{
    "id": 415102,
    "uri": "https://api.kexp.org/v2/plays/415102/?format=api",
    "airdate": "2001-04-14T19:00:00-07:00",
    "show": 6923,
    "show_uri": "https://api.kexp.org/v2/shows/6923/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pHRC8uBgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pHRC8uBgL._SL75_.jpg",
    "song": "Where Did He Go?",
    "track_id": null,
    "recording_id": null,
    "artist": "The Briefs",
    "artist_ids": [
        "491775f0-d167-4f86-9010-ad070c7617ad"
    ],
    "album": "Hit After Hit",
    "release_id": "1f10fcc5-890c-4bcf-8f69-fc77463ec8f4",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}