Information about plays

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

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

{
    "id": 1308218,
    "uri": "https://api.kexp.org/v2/plays/1308218/?format=api",
    "airdate": "2007-11-29T13:50:00-08:00",
    "show": 22882,
    "show_uri": "https://api.kexp.org/v2/shows/22882/?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": "Broken Man",
    "track_id": "931be9f7-962d-42ac-8aa5-69d85596aea5",
    "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": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2004-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}