Information about plays

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

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

{
    "id": 1264446,
    "uri": "https://api.kexp.org/v2/plays/1264446/?format=api",
    "airdate": "2007-08-08T10:29:26-07:00",
    "show": 22141,
    "show_uri": "https://api.kexp.org/v2/shows/22141/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517A0BYH92L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517A0BYH92L._SL75_.jpg",
    "song": "Over and Over Again (Lost and Found)",
    "track_id": null,
    "recording_id": null,
    "artist": "Clap Your Hands Say Yeah",
    "artist_ids": [
        "4b2d6a23-034d-4a29-9bb9-d2462796da4e"
    ],
    "album": "Clap Your Hands Say Yeah",
    "release_id": "89cc126a-c774-44ed-b9c0-45fce4787764",
    "release_group_id": null,
    "labels": [
        "Clap Your Hands Say Yeah"
    ],
    "label_ids": [
        "57461002-cd8e-4bce-b675-ab6fa8392fbb"
    ],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}