Information about plays

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

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

{
    "id": 343552,
    "uri": "https://api.kexp.org/v2/plays/343552/?format=api",
    "airdate": "2019-06-19T16:33:34-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/679b0c94-bb1b-36d9-adbb-662627b895be/9708531301-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Like Heaven",
    "track_id": "77856513-7387-34f7-93ae-79c302546ec2",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Kiss Me Kiss Me Kiss Me",
    "release_id": "679b0c94-bb1b-36d9-adbb-662627b895be",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2006-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Smith credited Nick Drake's song \"Time Has Told Me\" with the origin of The Cure's band name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}