Information about plays

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

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

{
    "id": 498497,
    "uri": "https://api.kexp.org/v2/plays/498497/?format=api",
    "airdate": "2001-12-19T18:00:00-08:00",
    "show": 8555,
    "show_uri": "https://api.kexp.org/v2/shows/8555/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZDDZG3gkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZDDZG3gkL._SL75_.jpg",
    "song": "Stick Shift",
    "track_id": "e5854a38-51d0-4981-9e87-0613cf002346",
    "recording_id": null,
    "artist": "The Duals",
    "artist_ids": [
        "62c98db5-d59c-4395-b8a8-7481715ae40f"
    ],
    "album": "Hot Rods & Custom Classics (disc 1)",
    "release_id": "7f6b809c-ad57-4b10-81de-c0943feb0ba5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}