Information about plays

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

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

{
    "id": 1308096,
    "uri": "https://api.kexp.org/v2/plays/1308096/?format=api",
    "airdate": "2007-11-29T04:34:04-08:00",
    "show": 22880,
    "show_uri": "https://api.kexp.org/v2/shows/22880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A27QPN9SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A27QPN9SL._SL75_.jpg",
    "song": "So It Goes",
    "track_id": "0a3d9c26-e6d4-4fc2-a2ce-c67e6519f38e",
    "recording_id": null,
    "artist": "Nick Lowe",
    "artist_ids": [
        "a3d5a6bf-c86d-44d3-969b-f345620009c6"
    ],
    "album": "Basher: The Best of Nick Lowe",
    "release_id": "88191d00-f074-4b38-b7f8-c3e30524110c",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}