Information about plays

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

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

{
    "id": 1305351,
    "uri": "https://api.kexp.org/v2/plays/1305351/?format=api",
    "airdate": "2007-11-22T06:00:00-08:00",
    "show": 22835,
    "show_uri": "https://api.kexp.org/v2/shows/22835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xdsBQJ%2B7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xdsBQJ%2B7L._SL75_.jpg",
    "song": "The Mayor of Simpleton",
    "track_id": null,
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Oranges & Lemons",
    "release_id": "70edb1cf-da5e-4802-acd0-fbf71c360be6",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "2001-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}