Information about plays

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

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

{
    "id": 1292996,
    "uri": "https://api.kexp.org/v2/plays/1292996/?format=api",
    "airdate": "2007-10-20T01:50:17-07:00",
    "show": 22621,
    "show_uri": "https://api.kexp.org/v2/shows/22621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HN5B433ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HN5B433ML._SL75_.jpg",
    "song": "All Hands Against His Own",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Rubber Factory",
    "release_id": "d8318a0e-474a-4ab3-9303-cde152591b83",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2004-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}