Information about plays

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

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

{
    "id": 1286181,
    "uri": "https://api.kexp.org/v2/plays/1286181/?format=api",
    "airdate": "2007-10-02T16:16:56-07:00",
    "show": 22505,
    "show_uri": "https://api.kexp.org/v2/shows/22505/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BvETmdNxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BvETmdNxL._SL75_.jpg",
    "song": "Black Planet",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sisters of Mercy",
    "artist_ids": [
        "553d8166-27b0-49fe-b8e4-89a984e2c375"
    ],
    "album": "First and Last and Always",
    "release_id": "63823c15-6abc-473e-9fad-d0d0fa983b34",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}