Information about plays

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

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

{
    "id": 1294625,
    "uri": "https://api.kexp.org/v2/plays/1294625/?format=api",
    "airdate": "2007-10-24T08:38:50-07:00",
    "show": 22649,
    "show_uri": "https://api.kexp.org/v2/shows/22649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61yCqsKLWxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61yCqsKLWxL._SL75_.jpg",
    "song": "What Do You Want Me To Say? (Drop Dynasty remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "A People's History of The Dismemberment Plan",
    "release_id": "8dcf7cd9-3c03-4777-a22b-0f35ca1c1540",
    "release_group_id": null,
    "labels": [
        "IODA"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}