Information about plays

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

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

{
    "id": 1276530,
    "uri": "https://api.kexp.org/v2/plays/1276530/?format=api",
    "airdate": "2007-09-07T21:07:52-07:00",
    "show": 22341,
    "show_uri": "https://api.kexp.org/v2/shows/22341/?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": "A History of Lovers",
    "track_id": "446e8121-bb6c-40fe-b686-8ad6f8c44ebf",
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}