Information about plays

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

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

{
    "id": 1387096,
    "uri": "https://api.kexp.org/v2/plays/1387096/?format=api",
    "airdate": "2008-06-18T12:26:22-07:00",
    "show": 24214,
    "show_uri": "https://api.kexp.org/v2/shows/24214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61WENGJ3S3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61WENGJ3S3L._SL75_.jpg",
    "song": "Prison on Route 41",
    "track_id": "b0fdcd53-4c82-4556-863d-dbc08ddf0a1b",
    "recording_id": null,
    "artist": "Calexico and Iron and Wine",
    "artist_ids": [],
    "album": "In the Reins",
    "release_id": "ea3195f8-9947-4412-9376-605e88c8a57f",
    "release_group_id": null,
    "labels": [
        "Overcoat Recordings"
    ],
    "label_ids": [
        "bae697aa-f46e-4507-8055-d16917cd1a3b"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}