Information about plays

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

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

{
    "id": 422877,
    "uri": "https://api.kexp.org/v2/plays/422877/?format=api",
    "airdate": "2001-05-09T20:56:15-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nwAVeDbyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nwAVeDbyL._SL75_.jpg",
    "song": "Give It Up",
    "track_id": "65e26a8b-b179-4b00-8b1d-c074634c057b",
    "recording_id": null,
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "Stone Cold Funk: A Galaxy of Original Rare Grooves",
    "release_id": "05c94359-2dd2-4638-b8de-c7dfa8634a76",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1998-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}