Information about plays

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

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

{
    "id": 422854,
    "uri": "https://api.kexp.org/v2/plays/422854/?format=api",
    "airdate": "2001-05-09T19:33:20-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413cdc-8ydL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413cdc-8ydL._SL75_.jpg",
    "song": "Old Kentucky Home",
    "track_id": "6ddc97c4-5abe-4205-90df-21bfa51d8364",
    "recording_id": null,
    "artist": "Randy Newman",
    "artist_ids": [
        "da7bb7d8-557d-4635-9ca1-e6e985525bd5"
    ],
    "album": "Guilty: 30 Years of Randy Newman (disc 1: The Studio Recordings)",
    "release_id": "c692e3bf-e47b-4b5a-bd45-1556dacf2208",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1998-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}