Information about plays

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

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

{
    "id": 1261834,
    "uri": "https://api.kexp.org/v2/plays/1261834/?format=api",
    "airdate": "2007-08-01T20:53:00-07:00",
    "show": 22096,
    "show_uri": "https://api.kexp.org/v2/shows/22096/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FWT8A5P5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FWT8A5P5L._SL75_.jpg",
    "song": "That's The Way I Feel About Cha",
    "track_id": "b77cd96d-4221-46b9-89e6-048afe2da0e6",
    "recording_id": null,
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "Communication",
    "release_id": "ff9bed9e-0d93-4968-a6fd-65667963b759",
    "release_group_id": null,
    "labels": [
        "Stateside/Capitol"
    ],
    "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"
}