Information about plays

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

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

{
    "id": 437131,
    "uri": "https://api.kexp.org/v2/plays/437131/?format=api",
    "airdate": "2001-06-21T18:33:20-07:00",
    "show": 7362,
    "show_uri": "https://api.kexp.org/v2/shows/7362/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n6Ps%2BfOxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n6Ps%2BfOxL._SL75_.jpg",
    "song": "I Don't Care (Just as Long as You Love Me)",
    "track_id": null,
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "I Don't Care",
    "release_id": "c3c00eb7-0f9c-4cbc-96dd-7185d09c4bc7",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}