Information about plays

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

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

{
    "id": 1296580,
    "uri": "https://api.kexp.org/v2/plays/1296580/?format=api",
    "airdate": "2007-10-30T01:18:09-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510FSvkWTEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510FSvkWTEL._SL75_.jpg",
    "song": "Kimberly",
    "track_id": null,
    "recording_id": null,
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Horses",
    "release_id": "15318c61-0849-4bbc-8084-08f499fc1244",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1975-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}