Information about plays

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

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

{
    "id": 1295501,
    "uri": "https://api.kexp.org/v2/plays/1295501/?format=api",
    "airdate": "2007-10-26T15:20:30-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515RwX6OHfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515RwX6OHfL._SL75_.jpg",
    "song": "C'mon C'mon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Von Bondies",
    "artist_ids": [
        "2db9d3bf-c1da-45a9-a635-e19bdc3c1add"
    ],
    "album": "Pawn Shoppe Heart",
    "release_id": "69040812-e823-4ce2-a9ef-fdfbcee064ec",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "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"
}