Information about plays

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

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

{
    "id": 1310040,
    "uri": "https://api.kexp.org/v2/plays/1310040/?format=api",
    "airdate": "2007-12-04T03:58:23-08:00",
    "show": 22915,
    "show_uri": "https://api.kexp.org/v2/shows/22915/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Change At Christmas (Say It Isn't So)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Ego Tripping At The Gates Of Hell[EP]",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}